From 23e3e71025b35b24c60b5fa56331ae8593c5dd68 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 26 Jan 2020 13:14:43 +0000 Subject: [PATCH] core141: force packet list update after version change Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/141/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh index 87f1fe38c3..1b5f9faf77 100644 --- a/config/rootfiles/core/141/update.sh +++ b/config/rootfiles/core/141/update.sh @@ -83,6 +83,9 @@ telinit u # This update needs a reboot... touch /var/run/need_reboot +# Force update the package lists +pakfire update --force + # Finish /etc/init.d/fireinfo start sendprofile -- 2.39.2