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:49 +01:00 committed by Daniel Baumann
parent 62d94a4454
commit 3cc4d4f87a
1 changed files with 1 additions and 1 deletions

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/*