diff options
author | root <root@dasajuma.(none)> | 2010-09-02 11:13:17 +0200 |
---|---|---|
committer | root <root@dasajuma.(none)> | 2010-09-02 11:13:17 +0200 |
commit | 05e2314e1bf90e66c3c70e8241a456ad6de81463 (patch) | |
tree | 1df348a8edf593de54e9e31d9cf4a9c8c7cfe905 /auto/clean | |
parent | 8e0d211bf674953f2830830e27cb80a8b720ef17 (diff) | |
download | kanotix-05e2314e1bf90e66c3c70e8241a456ad6de81463.zip kanotix-05e2314e1bf90e66c3c70e8241a456ad6de81463.tar.gz |
removed downloading of kanotix-scripts from clean
Diffstat (limited to 'auto/clean')
-rwxr-xr-x | auto/clean | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,9 @@ rm -f build.log # Remove generated files rm -f config/binary config/bootstrap config/chroot config/common config/source +# remove kanotix-scripts +grep -oe '^[^ #]*' scripts.urls | grep -oe '[^/]*$' | xargs -i rm -f config/chroot_local-includes/usr/local/bin/{} + # Remove empty directories in config tree if ls config/*/ > /dev/null 2>&1 then @@ -15,3 +18,4 @@ if [ -d config ] then rmdir --ignore-fail-on-non-empty config fi + |