From: Richard Jones Date: Sun, 24 May 2009 18:20:15 +0000 (+0100) Subject: Delete febootstrap-updates cache (viliar.net.ru). X-Git-Tag: 2.1~1 X-Git-Url: http://git.annexia.org/?p=febootstrap.git;a=commitdiff_plain;h=10573678d072741674cdc75108a337f361ebae1e Delete febootstrap-updates cache (viliar.net.ru). --- 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