diff --git a/helpers/lh_clean b/helpers/lh_clean index 95cf60b64..eff7aac76 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)