]> piware.de Git - bin.git/commitdiff
update-chroots: use apt-get clean
authormartin@piware.de <>
Tue, 21 Jul 2009 09:42:38 +0000 (11:42 +0200)
committermartin@piware.de <>
Tue, 21 Jul 2009 09:42:38 +0000 (11:42 +0200)
update-chroots

index fc5ce75cb6d87248438a770fff390c11975a6adb..d006845abb17ce93fc4b106cd75512798801585f 100755 (executable)
@@ -4,4 +4,4 @@ for f in /home/dchroot/*/etc/resolv.conf; do
 done
 dchroot -a -- 'apt-get update'
 dchroot -a -- 'apt-get -u -y dist-upgrade'
-dchroot -a -- 'apt-get autoclean'
+dchroot -a -- 'apt-get clean'