From: Michael Prokop Date: Mon, 14 Dec 2009 23:25:25 +0000 (+0100) Subject: Merge commit 'remotes/origin/t/remove_apt_cache' X-Git-Tag: v0.33~10 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=a5b4d5645a41c2a6d657f47aea2abe4d70ae0355;hp=94e9a430bf4ae6728eee13b9be46d4d67d0efd87 Merge commit 'remotes/origin/t/remove_apt_cache' --- diff --git a/chroot-script b/chroot-script index 9ca8d12..75c6990 100755 --- a/chroot-script +++ b/chroot-script @@ -129,6 +129,12 @@ EOF } # }}} +# remove now useless apt cache {{{ +remove_apt_cache() { + find /var/cache/apt/archives -name '*.deb' -exec rm -f '{}' \; +} +# }}} + # install additional packages {{{ packages() { # Pre-seed the debconf database with answers. Each question will be marked @@ -435,7 +441,7 @@ trap signal_handler HUP INT QUIT TERM install_policy_rcd for i in chrootmirror grmlrepos kernelimg_conf \ - kernel packages extrapackages reconfigure hosts interfaces \ + remove_apt_cache kernel packages extrapackages reconfigure hosts interfaces \ timezone fstab hostname initrd grub_config passwords custom_scripts \ services ; do if stage $i ; then