From 932cee06f17fd900f21582ff652ffc9ec89d06f0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 27 Jan 2020 17:56:51 +0000 Subject: [PATCH] core141: manually delete pakfire lists pakfire update --force fail sometimes fail and use the old version of the serverlist and get the old addon list. With removed list it cannot use the wrong addonlist after update to IPFire 2.25. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/141/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh index f249152f1f..d990b44b71 100644 --- a/config/rootfiles/core/141/update.sh +++ b/config/rootfiles/core/141/update.sh @@ -83,8 +83,8 @@ telinit u # This update needs a reboot... touch /var/run/need_reboot -# Force update the package lists -/usr/local/bin/pakfire update --force +# Force pakfire to redownload lists +rm -f /opt/pakfire/db/lists/*.db # Let pakfire forget the elinks and python3 package rm -fv /opt/pakfire/db/rootfiles/elinks -- 2.39.2