From: Arne Fitzenreiter Date: Sun, 26 Jan 2020 13:22:47 +0000 (+0000) Subject: core141: remove elinks and python3 from pakfire db X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=315f67ec898d5034f83cad55a7fbcf607cd59bdf;p=people%2Fms%2Fipfire-2.x.git core141: remove elinks and python3 from pakfire db Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh index 1b5f9faf77..8d08035f4d 100644 --- a/config/rootfiles/core/141/update.sh +++ b/config/rootfiles/core/141/update.sh @@ -86,6 +86,12 @@ touch /var/run/need_reboot # Force update the package lists pakfire update --force +# Let pakfire forget the elinks and python3 package +rm -fv /opt/pakfire/db/rootfiles/elinks +rm -fv /opt/pakfire/db/*/meta-elinks +rm -fv /opt/pakfire/db/rootfiles/python3 +rm -fv /opt/pakfire/db/*/meta-python3 + # Finish /etc/init.d/fireinfo start sendprofile