[Debian-live-changes] r1024 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Wed Apr 11 18:37:59 UTC 2007


Author: daniel
Date: 2007-04-11 18:37:59 +0000 (Wed, 11 Apr 2007)
New Revision: 1024

Modified:
   dists/trunk/live-helper/helpers/lh_clean
Log:


Modified: dists/trunk/live-helper/helpers/lh_clean
===================================================================
--- dists/trunk/live-helper/helpers/lh_clean	2007-04-11 18:15:51 UTC (rev 1023)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-04-11 18:37:59 UTC (rev 1024)
@@ -58,7 +58,7 @@
 		umount -f chroot/dev/pts > /dev/null 2>&1 || true
 		umount -f chroot/dev > /dev/null 2>&1 || true
 
-		rm -rf chroot
+		rm -rf chroot chroot.tmp
 
 		if [ "${PURGE}" != "true" ] && [ -d cache/chroot_bootstrap ]
 		then




More information about the Debian-live-changes mailing list