663
by Steve Langasek
debian/update-notifier-common.cron.daily: add a cronjob to periodically |
1 |
#!/bin/sh
|
2 |
||
3 |
set -e
|
|
4 |
||
690
by Steve Langasek
Check for existence of /usr/lib/update-notifier/package-data-downloader |
5 |
[ -x /usr/lib/update-notifier/package-data-downloader ] || exit 0 |
6 |
||
663
by Steve Langasek
debian/update-notifier-common.cron.daily: add a cronjob to periodically |
7 |
# Try to rerun any package data downloads that failed at package install time.
|
8 |
/usr/lib/update-notifier/package-data-downloader |