summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-03-15 16:48:57 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-03-15 16:48:57 +0000
commit47536509f365de8a8670406a98e6708e1bdefdf7 (patch)
treeb5a49592c673205db0c17411dfa0706adcc3c898 /debian/apt.cron.daily
parent87ddfb96f760c0e14f205667c9d580b4b274cc5c (diff)
* check cache size after AUTOCLEAN was run (but independent)
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r--debian/apt.cron.daily6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index 466028ee5..5b1c51ef1 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -81,9 +81,6 @@ check_size_constraints()
}
-# check cache size first
-check_size_constraints
-
UpdateInterval=0
DownloadUpgradeableInterval=0
eval $(apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists DownloadUpgradeableInterval APT::Periodic::Download-Upgradeable-Packages)
@@ -123,3 +120,6 @@ if check_stamp $AUTOCLEAN_STAMP $AutocleanInterval; then
apt-get -qq autoclean
update_stamp $AUTOCLEAN_STAMP
fi
+
+# check cache size
+check_size_constraints