Don't just remove files, wrap the 'rm' command in febootstrap-run wrapper.
[febootstrap.git] / febootstrap.sh
index 67687e5..6b46ed4 100755 (executable)
@@ -239,8 +239,7 @@ 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
+    febootstrap-run "$target" -- rm -rf /var/cache/yum/febootstrap
+    febootstrap-run "$target" -- rm -rf /var/cache/yum/febootstrap-updates
 fi