X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F90%2Fupdate.sh;fp=config%2Frootfiles%2Fcore%2F90%2Fupdate.sh;h=fa67f6b347aef7e5804c6c49cf37095f4316d9b6;hp=facefc878c0501f75a63118594d46e412883d524;hb=5f51d10373a8224027a14c055ec87e3109d58511;hpb=e35d81be8c6ddb797e329ad1ad3288267ba23d05 diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index facefc878c..fa67f6b347 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -254,7 +254,7 @@ fi # Force (re)install pae kernel if pae is supported -rm -rf /opt/pakfire/db/*/meta-linux-pae +rm -rf /opt/pakfire/db/installed/meta-linux-pae if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1` BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`