From 83165259b1db395e2bfecef0b584055583b7d99a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 29 Jan 2020 12:54:00 +0000 Subject: [PATCH] core141: run pakfire update after db cleanup Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/141/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh index d990b44b71..51fe6ad9c0 100644 --- a/config/rootfiles/core/141/update.sh +++ b/config/rootfiles/core/141/update.sh @@ -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 -- 2.39.2