diff options
Diffstat (limited to 'beagle/debian-rfs/etc/cron.daily/dpkg')
| -rwxr-xr-x | beagle/debian-rfs/etc/cron.daily/dpkg | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/beagle/debian-rfs/etc/cron.daily/dpkg b/beagle/debian-rfs/etc/cron.daily/dpkg deleted file mode 100755 index 99f4f6b..0000000 --- a/beagle/debian-rfs/etc/cron.daily/dpkg +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# Backup the 7 last versions of dpkg's status file -if cd /var/backups ; then - if ! cmp -s dpkg.status.0 /var/lib/dpkg/status ; then - cp -p /var/lib/dpkg/status dpkg.status - savelog -c 7 dpkg.status >/dev/null - fi -fi - |
