From 8e944ec640a39446d5569e2671ef1aadae633d9f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 19 Jun 2014 14:21:05 +0200 Subject: [PATCH] core80: Automatically uninstall libgpg-error. This is not a package any more. --- config/rootfiles/core/80/update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/rootfiles/core/80/update.sh b/config/rootfiles/core/80/update.sh index f878cfe16..6878fb798 100644 --- a/config/rootfiles/core/80/update.sh +++ b/config/rootfiles/core/80/update.sh @@ -41,6 +41,11 @@ extract_files # Update Language cache #perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +# Uninstall the libgpg-error package. +rm -f \ + /opt/pakfire/db/installed/meta-libgpg-error \ + /opt/pakfire/db/rootfiles/libgpg-error + sync # This update need a reboot... -- 2.39.2