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=902bd022e92441582cf5d7cf44e8f5a5426a03ce;hp=b5f193e0bf3729640451abe3171a4f7ebc58fe2c;hb=dff496980bcc1f22278029ed040a89b4aa8a09e3;hpb=d58f511ab49efd880c365a9a40c662fa80e853a7 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index b5f193e..902bd02 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 Sep 06 20:05:02 CEST 2008 [mika] +# Latest change: Thu Sep 18 01:32:11 CEST 2008 [mika] ################################################################################ set -e @@ -27,7 +27,7 @@ fi if ifclass GRML_SMALL ; then $ROOTCMD apt-get -y --purge remove aptitude for pkg in groff-base info locales man-db manpages nano; do - $ROOTCMD dpkg --purge $pkg || true + $ROOTCMD apt-get --purge $pkg || true done fi