From 3fa257bb4ed88187fb3e5f4ab13c18b4fac22cc6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:35:34 +0200 Subject: Adding debian version 1.22.4. 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