diff options
Diffstat (limited to 'helpers/lh_clean')
-rwxr-xr-x | helpers/lh_clean | 5 |
1 files changed, 5 insertions, 0 deletions
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 |