From e52abbeea0a0fd87f2df577263fdfcb89da6c1b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:58:51 +0200 Subject: Adding debian version 1.21.22. Signed-off-by: Daniel Baumann --- debian/dpkg.cron.daily | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/dpkg.cron.daily (limited to 'debian/dpkg.cron.daily') diff --git a/debian/dpkg.cron.daily b/debian/dpkg.cron.daily new file mode 100644 index 0000000..899572d --- /dev/null +++ b/debian/dpkg.cron.daily @@ -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 -- cgit v1.2.3