diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-08-18 09:06:54 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-08-18 09:06:54 +0000 |
commit | d4262469b012eef7c019c31bf84a63dbab874aa4 (patch) | |
tree | 935fe64d55ce3691b9c20343689a0414db261006 | |
parent | bd87f734af6d2fead87a2ac651ba410bf72226a3 (diff) |
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
-rwxr-xr-x | 1_makerootfs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |