From 07590904f3f340434e057f1513d83e560bbf2db3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 1 Oct 2011 18:43:22 +0200 Subject: [PATCH] core53: fix pakfire cache cleanup. --- config/rootfiles/core/53/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/53/update.sh b/config/rootfiles/core/53/update.sh index fbf19954a8..a9e3dcbe89 100644 --- a/config/rootfiles/core/53/update.sh +++ b/config/rootfiles/core/53/update.sh @@ -26,7 +26,7 @@ # # Remove old core updates from pakfire cache to save space... -core=52 +core=53 for (( i=1; i<=$core; i++ )) do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire -- 2.39.5