Removing config stage file on purge, if the user is using an auto script to generate the config.

This commit is contained in:
Daniel Baumann 2009-07-31 22:01:27 +02:00
parent 5cf91050f2
commit e554c785c9
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@ do
--purge)
"${0}" --all
"${0}" --cache
if [ -e scripts/config ]
then
rm -f .stage/config
fi
;;
--stage)