core141: run pakfire update after db cleanup

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-01-29 12:54:00 +00:00
parent e2338aa7ef
commit 83165259b1

View File

@@ -92,6 +92,10 @@ rm -fv /opt/pakfire/db/*/meta-elinks
rm -fv /opt/pakfire/db/rootfiles/python3
rm -fv /opt/pakfire/db/*/meta-python3
# run pakfire update twice (first sometimes fail)
/usr/local/bin/pakfire update
/usr/local/bin/pakfire update
# Finish
/etc/init.d/fireinfo start
sendprofile