From: martin@piware.de <> Date: Sat, 4 Apr 2009 14:45:19 +0000 (-0700) Subject: update-chroots: add autoclean X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=a6c368c548258381fed562e4cd5f8a2441beb1e2 update-chroots: add autoclean --- diff --git a/update-chroots b/update-chroots index c126d1d..ab2a668 100755 --- a/update-chroots +++ b/update-chroots @@ -1,3 +1,4 @@ #!/bin/sh dchroot -a -- 'apt-get update' dchroot -a -- 'apt-get -u -y dist-upgrade' +dchroot -a -- 'apt-get autoclean'