This commit is contained in:
2025-10-02 10:16:03 +02:00
parent 9dd6a68605
commit 693de8055d
16 changed files with 372 additions and 0 deletions

8
etc/cron.daily/dpkg Normal file
View File

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