From c36652c467ad9fbf5bde49cd9afa65680f8780cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 11 Feb 2022 09:33:18 +0000 Subject: [PATCH] Core Update 165: Delete Python 3.8 files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/update.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5