From b0302f7fad48b64c4cab3a1357c5e5fd6dd9ffa7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 13 Oct 2021 12:33:09 +0000 Subject: [PATCH] core161: remove python2 at update Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/161/update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index d882397f59..155b85846b 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -88,6 +88,11 @@ rm -rf /boot/kernel* rm -rf /usr/share/u-boot/rpi* # Remove files +rm -rf /usr/bin/python +rm -rf /usr/bin/python2 +rm -rf /usr/bin/python2.7 +rm -rf /usr/lib/libpython2* +rm -rf /usr/lib/python2* # Stop services -- 2.39.5