debian/apt.cron.daily: add missing check_size_constrains
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 21 Jul 2009 14:58:17 +0000 (16:58 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 21 Jul 2009 14:58:17 +0000 (16:58 +0200)
debian/apt.cron.daily

index 8c2bd22..39bf5bc 100644 (file)
@@ -438,6 +438,9 @@ else
     debug_echo "autoclean (not run)"
 fi
 
+# check cache size 
+check_size_constraints
+
 #
 #     vim: set sts=4 ai :
 #