Files
linux-debian/etc/cron.daily/dpkg
2025-10-02 10:16:03 +02:00

9 lines
123 B
Bash

#!/bin/sh
# Skip if systemd is running.
if [ -d /run/systemd/system ]; then
exit 0
fi
/usr/libexec/dpkg/dpkg-db-backup