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 9ce7afd0b3
commit 1324f6e13b
1 changed files with 5 additions and 0 deletions

View File

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