From 1324f6e13b2057871d09f6c4ff68e9b6d6f05797 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 13 Nov 2007 13:08:51 +0100 Subject: Adding 'remove' case, which is in between of all and purge. --- helpers/lh_clean | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.0