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

This commit is contained in:
Daniel Baumann 2007-11-13 13:08:51 +01:00
parent 9bb9d02995
commit 2e35367c01
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ do
rm -f .stage/binary* rm -f .stage/binary*
;; ;;
remove)
"${0}" all
rm -rf cache/packages_*
;;
purge) purge)
"${0}" all "${0}" all
"${0}" cache "${0}" cache