]> piware.de Git - bin.git/commitdiff
update-chroots: add autoclean
authormartin@piware.de <>
Sat, 4 Apr 2009 14:45:19 +0000 (07:45 -0700)
committermartin@piware.de <>
Sat, 4 Apr 2009 14:45:19 +0000 (07:45 -0700)
update-chroots

index c126d1ddd3b837931fae6d7aa7c9dd2cea9fd51d..ab2a668ef4f39b2d73ebe7fb886547130a1bd53d 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 dchroot -a -- 'apt-get update'
 dchroot -a -- 'apt-get -u -y dist-upgrade'
+dchroot -a -- 'apt-get autoclean'