summaryrefslogtreecommitdiffstats
path: root/debian/dpkg.cron.daily
blob: 899572d722cb1f8e3c542b2f175c7d6ced736877 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Skip if systemd is running.
if [ -d /run/systemd/system ]; then
  exit 0
fi

/usr/libexec/dpkg/dpkg-db-backup