# cron entry for apticron 7 * * * * root if test -x /usr/sbin/apticron; then /usr/sbin/apticron --cron; else true; fi