diff --git a/helpers/lh_clean b/helpers/lh_clean index 166c867ce..393f73b3e 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