X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=23836227aa47c4c6bd022a18e9a9ee0a3264c4c8;hp=d8db8746cb4a884f8e88210f75a939ef97deaa4e;hb=bcffb5f41ff06a54a4810fde4ed8713a1db724d0;hpb=25bebd5f2c3b4098915547b6fff38441d5e03b5a diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index d8db874..2383622 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sat Dec 22 09:58:17 CET 2007 [mika] +# Latest change: Mon Jän 07 11:33:41 CET 2008 [mika] ################################################################################ set -e @@ -34,8 +34,7 @@ fi # make sure to drop from grml-small what's unnecessary: if ifclass GRML_SMALL ; then - $ROOTCMD apt-get -y --purge remove groff-base info \ - locales man-db manpages nano + $ROOTCMD dpkg --purge groff-base info locales man-db manpages nano fi # remove /usr/share/doc, /usr/share/info,... only in class REMOVE_DOCS: