From 9a8b9cbe457edf5c19a3ee4cebdae32ceda408b7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 21 May 2023 13:49:59 +0200 Subject: [PATCH] d/file-restore.postinst: add DEBHELPER stanza Signed-off-by: Thomas Lamprecht --- debian/proxmox-backup-file-restore.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/proxmox-backup-file-restore.postinst b/debian/proxmox-backup-file-restore.postinst index feb0557b..9792bfb4 100755 --- a/debian/proxmox-backup-file-restore.postinst +++ b/debian/proxmox-backup-file-restore.postinst @@ -71,4 +71,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0