From 11f4d434a50c5efa3edfb6043e82cca5c9eee06b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 26 May 2023 17:17:31 +0200 Subject: [PATCH] d/postinst: add debhelper token results in no change for now Signed-off-by: Thomas Lamprecht --- debian/proxmox-mail-forward.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/proxmox-mail-forward.postinst b/debian/proxmox-mail-forward.postinst index 1c81eea..c4b8741 100755 --- a/debian/proxmox-mail-forward.postinst +++ b/debian/proxmox-mail-forward.postinst @@ -19,4 +19,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0