]> git.saurik.com Git - apt.git/blobdiff - debian/apt.cron.daily
make "apt-get build-dep" installed packages marked automatic
[apt.git] / debian / apt.cron.daily
index cdb970521ec978cd4f041a0038561525ebaa26bd..472d20c6d8ede6211ba74e5dbc44521a2b5771dc 100644 (file)
@@ -136,6 +136,7 @@ if [ "$VERBOSE" -ge 3 ]; then
     # trace output
     set -x
 fi
+
 # laptop check, on_ac_power returns:
 #       0 (true)    System is on main power
 #       1 (false)   System is not on main power
@@ -233,6 +234,16 @@ for x in $(seq 0 1 $((${BackupLevel}-1))); do
     eval "Back${x}=${Back}${x}/"
 done
 
+# check if we actually have to do anything
+if [ $UpdateInterval -eq 0 ] &&
+   [ $DownloadUpgradeableInterval -eq 0 ] &&
+   [ $UnattendedUpgradeInterval -eq 0 ] &&
+   [ $BackupArchiveInterval -eq 0 ] &&
+   [ $AutocleanInterval -eq 0 ]; then
+    exit 0
+fi
+
+
 # backup after n-days if archive contents changed.
 # (This uses hardlink to save disk space)
 BACKUP_ARCHIVE_STAMP=/var/lib/apt/periodic/backup-archive-stamp