From 5be4ea5e0b94b70afe5c8be87c5d04f68a6b078b Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Wed, 28 Dec 2011 23:21:10 +0100 Subject: [PATCH] Don't purge locale --- etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot index e5e0b2d..25e01f4 100755 --- a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot @@ -12,14 +12,11 @@ set -u echo "Removing /usr/share/ssh/blacklist.*" rm -f $target/usr/share/ssh/blacklist.DSA-1024 $target/usr/share/ssh/blacklist.RSA-2048 -for pkg in info locales; do - $ROOTCMD apt-get --purge remove --yes $pkg || true -done - echo "Cleaning documentation directories" if [ -d $target/usr/share/doc/grml-docs ] ; then mv $target/usr/share/doc/grml-docs $target/tmp/ fi +set -x ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2 -- 2.1.4