core141: remove elinks and python3 from pakfire db

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-01-26 13:22:47 +00:00
parent 23e3e71025
commit 315f67ec89

View File

@@ -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