From 315f67ec898d5034f83cad55a7fbcf607cd59bdf Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 26 Jan 2020 13:22:47 +0000 Subject: [PATCH] core141: remove elinks and python3 from pakfire db Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/141/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5