From 9235b5c54bcfb465c5be7958c8e7e564b8bcc2d4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 12 Apr 2013 12:43:27 +0200 Subject: [PATCH] freefont: Move to main system. This is required by rrdtool, because there are no other monospace fonts available. See bug #10354. --- config/rootfiles/{packages => common}/freefont | 0 config/rootfiles/core/68/filelists/freefont | 1 + config/rootfiles/core/68/update.sh | 5 +++++ 3 files changed, 6 insertions(+) rename config/rootfiles/{packages => common}/freefont (100%) create mode 120000 config/rootfiles/core/68/filelists/freefont diff --git a/config/rootfiles/packages/freefont b/config/rootfiles/common/freefont similarity index 100% rename from config/rootfiles/packages/freefont rename to config/rootfiles/common/freefont diff --git a/config/rootfiles/core/68/filelists/freefont b/config/rootfiles/core/68/filelists/freefont new file mode 120000 index 0000000000..f0bbcefe6d --- /dev/null +++ b/config/rootfiles/core/68/filelists/freefont @@ -0,0 +1 @@ +../../../common/freefont \ No newline at end of file diff --git a/config/rootfiles/core/68/update.sh b/config/rootfiles/core/68/update.sh index 1a7b1a7fd5..19a4b80631 100644 --- a/config/rootfiles/core/68/update.sh +++ b/config/rootfiles/core/68/update.sh @@ -32,6 +32,11 @@ do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done +# +# Remove meta's of packages that are now common... +# +rm -rf /opt/pakfire/db/*/meta-freefont + # #Stop services -- 2.39.2