From: Arne Fitzenreiter Date: Sun, 27 Feb 2011 15:31:52 +0000 (+0100) Subject: Fix name generation of old core updates. X-Git-Tag: v2.9-core49~39^2~2^2~1^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b1f331c5081e10d98ae9b9174bda2fc3442265d;p=people%2Fpmueller%2Fipfire-2.x.git Fix name generation of old core updates. Conflicts: config/rootfiles/core/48/update.sh --- diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 6a76bf845a..646a5532a0 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -29,7 +29,7 @@ core=45 for (( i=1; i<=$core; i++ )) do - rm -f /var/cache/pakfire/core-upgrade-$i.ipfire + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done # diff --git a/config/rootfiles/core/46/update.sh b/config/rootfiles/core/46/update.sh index ccf6719ce4..7769a85a6e 100644 --- a/config/rootfiles/core/46/update.sh +++ b/config/rootfiles/core/46/update.sh @@ -29,7 +29,7 @@ core=46 for (( i=1; i<=$core; i++ )) do - rm -f /var/cache/pakfire/core-upgrade-$i.ipfire + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done # diff --git a/config/rootfiles/core/47/update.sh b/config/rootfiles/core/47/update.sh index 02c315c814..3adc616581 100644 --- a/config/rootfiles/core/47/update.sh +++ b/config/rootfiles/core/47/update.sh @@ -29,7 +29,7 @@ core=47 for (( i=1; i<=$core; i++ )) do - rm -f /var/cache/pakfire/core-upgrade-$i.ipfire + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done #