From 2204a06506b53b5d1d544e819116b9fb666be59e Mon Sep 17 00:00:00 2001 From: David Prevot Date: Tue, 3 May 2022 11:24:54 +0200 Subject: [PATCH] debian/postinst: Add #DEBHELPER# token --- debian/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/postinst b/debian/postinst index fbf0446..c77b82e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -12,4 +12,6 @@ if [ -e "${legacy_incs_policy_tpl}" ]; then mv -f "${legacy_incs_policy_tpl}" "${new_incs_policy_tpl}" fi +#DEBHELPER# + exit 0