diff options
Diffstat (limited to 'examples/hooks/stripped.chroot')
-rwxr-xr-x | examples/hooks/stripped.chroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hooks/stripped.chroot b/examples/hooks/stripped.chroot index 9ebe5bc12..fe3f6cacb 100755 --- a/examples/hooks/stripped.chroot +++ b/examples/hooks/stripped.chroot @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org> ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -31,7 +31,7 @@ done apt-get autoremove --yes || true # Removing unused files -find . -name *~ -print0 | xargs -0 rm -f +find . -name *~ | xargs rm -f rm -rf /usr/include/* #rm -rf /usr/share/groff/* |