[SCM] Debian Live build scripts branch, master, updated. debian/1.0.5-1-15-gb38e532
Daniel Baumann
daniel at debian.org
Fri Jul 31 20:16:41 UTC 2009
The following commit has been merged in the master branch:
commit b38e532e9615c3b30481a741fe60e0c575ee67f2
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Jul 31 22:01:27 2009 +0200
Removing config stage file on purge, if the user is using an auto script to generate the config.
diff --git a/helpers/lh_clean b/helpers/lh_clean
index 95cf60b..eff7aac 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -110,6 +110,11 @@ do
--purge)
"${0}" --all
"${0}" --cache
+
+ if [ -e scripts/config ]
+ then
+ rm -f .stage/config
+ fi
;;
--stage)
--
Debian Live build scripts
More information about the debian-live-changes
mailing list