Adding 'remove' case, which is in between of all and purge.
This commit is contained in:
parent
9bb9d02995
commit
2e35367c01
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue