X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F68%2Fupdate.sh;h=11cab1009257e8865f73bf5ce653344b4ce4e32c;hp=1a7b1a7fd5ee776fd20ca428e2fe3a35a2bb3fbc;hb=4ac2d1561a07c8188644825cc303a95dda16ae67;hpb=c1b27582428b8f181a40f1e36a095e23d753422d diff --git a/config/rootfiles/core/68/update.sh b/config/rootfiles/core/68/update.sh index 1a7b1a7fd..11cab1009 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 @@ -46,6 +51,9 @@ extract_files #Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +# Regenerate font cache +fc-cache -f &>/dev/null + sync # This update need a reboot...