From a6c368c548258381fed562e4cd5f8a2441beb1e2 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Sat, 4 Apr 2009 07:45:19 -0700 Subject: [PATCH] update-chroots: add autoclean --- update-chroots | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.2