Updating removal of backup files in stripped example hook to also work with spaces in filenames.

This commit is contained in:
Daniel Baumann 2013-01-01 08:43:59 +01:00
parent a203b86fdd
commit b570e7f8e6
1 changed files with 1 additions and 1 deletions
examples/hooks

View File

@ -31,7 +31,7 @@ done
apt-get autoremove --yes || true
# Removing unused files
find . -name *~ | xargs rm -f
find . -name *~ -print0 | xargs -0 rm -f
rm -rf /usr/include/*
#rm -rf /usr/share/groff/*