From: Peter Müller Date: Fri, 11 Feb 2022 09:33:18 +0000 (+0000) Subject: Core Update 165: Delete Python 3.8 files X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c36652c467ad9fbf5bde49cd9afa65680f8780cc;p=people%2Fms%2Fipfire-2.x.git Core Update 165: Delete Python 3.8 files Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index ef7ba52f63..7e534672d1 100644 --- a/config/rootfiles/core/165/update.sh +++ b/config/rootfiles/core/165/update.sh @@ -52,6 +52,17 @@ if [ $ROOTSPACE -lt 100000 ]; then fi # Remove files +rm -rvf \ + /usr/bin/2to3-3.8 \ + /usr/bin/easy_install-3.8 \ + /usr/bin/idle3.8 \ + /usr/bin/pip3.8 \ + /usr/bin/pydoc3.8 \ + /usr/bin/python3.8 \ + /usr/bin/python3.8-config \ + /usr/lib/libpython3.8.so \ + /usr/lib/libpython3.8.so.1.0 \ + /usr/lib/python3.8/ # Stop services