From da3354badf10160feb9b4957b203a4c47d43c768 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 16 Dec 2007 20:26:31 +0100 Subject: [PATCH] Drop locales in 98-clean-chroot as well for grml-small --- etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 8acb574..c259003 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -41,7 +41,8 @@ fi # make sure to drop from grml-small what's unnecessary: if ifclass GRML_SMALL ; then - $ROOTCMD apt-get -y --purge remove groff-base man-db info man-db manpages nano + $ROOTCMD apt-get -y --purge remove groff-base info \ + locales man-db manpages nano fi # misc cleanup: -- 2.1.4