Don't purge locale
authorAlexander Wirt <formorer@debian.org>
Wed, 28 Dec 2011 22:21:10 +0000 (23:21 +0100)
committerAlexander Wirt <formorer@debian.org>
Wed, 28 Dec 2011 22:21:10 +0000 (23:21 +0100)
etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot

index e5e0b2d..25e01f4 100755 (executable)
@@ -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
 
 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
 
 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
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2