From d4262469b012eef7c019c31bf84a63dbab874aa4 Mon Sep 17 00:00:00 2001 From: jonas Date: Fri, 18 Aug 2006 09:06:54 +0000 Subject: Clean package cache after last aptitude run. git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@32 8f53b18a-e215-0410-8885-9f593d34873e --- 1_makerootfs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1_makerootfs.sh b/1_makerootfs.sh index eb2d365..e9f732c 100755 --- a/1_makerootfs.sh +++ b/1_makerootfs.sh @@ -188,6 +188,9 @@ if [ -n "$aptitude_install_custom" ]; then ./chroot.sh temp aptitude install -y --without-recommends $aptitude_install_custom fi +# Empty package cache +./chroot.sh temp aptitude clean + # ifupdown temporarily installs a dir, but cannot replace with symlink later due to rad-only rootfs for context in network resolvconf; do if [ -d "$targettemp/etc/$context/run" ] && [ ! -L "$targettemp/etc/$context/run" ]; then -- cgit v1.2.3