From 4c93a9317f9c5627ce1f9e3fefd5e4097c226e0b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 27 Feb 2011 10:18:59 +0100 Subject: [PATCH] Fix name generation of old core updates. --- config/rootfiles/core/45/update.sh | 2 +- config/rootfiles/core/46/update.sh | 2 +- config/rootfiles/core/47/update.sh | 2 +- config/rootfiles/core/48/update.sh | 2 +- 4 files changed, 4 insertions(+), 4 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 # diff --git a/config/rootfiles/core/48/update.sh b/config/rootfiles/core/48/update.sh index a55bbb3d8f..b34d37d65a 100644 --- a/config/rootfiles/core/48/update.sh +++ b/config/rootfiles/core/48/update.sh @@ -29,7 +29,7 @@ core=48 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