From 10573678d072741674cdc75108a337f361ebae1e Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sun, 24 May 2009 19:20:15 +0100 Subject: [PATCH] Delete febootstrap-updates cache (viliar.net.ru). --- febootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/febootstrap.sh b/febootstrap.sh index 48b8fd9..67687e5 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -239,6 +239,8 @@ else fi # Clean up the yum repository. +# XXX We shouldn't just rm files. if [ "$clean" = "yes" ]; then rm -rf "$target"/var/cache/yum/febootstrap + rm -rf "$target"/var/cache/yum/febootstrap-updates fi -- 1.8.3.1