diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index b9114bf..9cbabf6 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -210,6 +210,11 @@ Local_arguments () rmdir --ignore-fail-on-non-empty config fi + if [ -d scripts/functions ] + then + rmdir --ignore-fail-on-non-empty scripts/functions + fi + if [ -d scripts ] then rmdir --ignore-fail-on-non-empty scripts |