diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-07-21 17:04:33 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-07-21 17:04:33 +0200 |
commit | 02e8ba352f71b82a936f5034059251425ab183d5 (patch) | |
tree | c571ebf3c2d20df374742b2baba4c0890412dddb /debian/apt.cron.daily | |
parent | 29bc4c1c75d3d1ca4e6133a7685980483c34f58d (diff) | |
parent | 0fad7309fbc20a7ca838e241e5118bf56f39946c (diff) |
merged from mvo
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 2f942ae0f..3cf1e28f1 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -463,6 +463,9 @@ else debug_echo "autoclean (not run)" fi +# check cache size +check_size_constraints + # # vim: set sts=4 ai : # |