From 0b1f331c5081e10d98ae9b9174bda2fc3442265d Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 27 Feb 2011 16:31:52 +0100 Subject: [PATCH] Fix name generation of old core updates. Conflicts: config/rootfiles/core/48/update.sh --- config/rootfiles/core/45/update.sh | 2 +- config/rootfiles/core/46/update.sh | 2 +- config/rootfiles/core/47/update.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 # -- 2.39.2