From b379c74396164ff7ad0c5a750e053cba074eb60e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 15 Dec 2009 00:26:46 +0100 Subject: [PATCH] Use apt-get clean instead of manually removing files in /var/cache/apt/archives --- chroot-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-script b/chroot-script index 75c6990..b2158aa 100755 --- a/chroot-script +++ b/chroot-script @@ -131,7 +131,7 @@ EOF # remove now useless apt cache {{{ remove_apt_cache() { - find /var/cache/apt/archives -name '*.deb' -exec rm -f '{}' \; + apt-get clean } # }}} -- 2.1.4