[SCM] debian-live/live-helper branch, master, updated. 1.0_a35-1-27-g2e35367

Daniel Baumann daniel at debian.org
Tue Nov 13 12:09:15 UTC 2007


The branch, master has been updated
       via  2e35367c0122ca97b8427676e6f8c70b1e081d37 (commit)
      from  9bb9d029955d4d9cc0cd8f4f5f68183e5bccde76 (commit)


- Shortlog ------------------------------------------------------------
2e35367 Adding 'remove' case, which is in between of all and purge.

Summary of changes:
 helpers/lh_clean |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 2e35367c0122ca97b8427676e6f8c70b1e081d37
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 13 13:08:51 2007 +0100

    Adding 'remove' case, which is in between of all and purge.

diff --git a/helpers/lh_clean b/helpers/lh_clean
index 166c867..393f73b 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -92,6 +92,11 @@ do
 			rm -f .stage/binary*
 			;;
 
+		remove)
+			"${0}" all
+			rm -rf cache/packages_*
+			;;
+
 		purge)
 			"${0}" all
 			"${0}" cache

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list