debian/postinst: Add #DEBHELPER# token

This commit is contained in:
David Prevot 2022-05-03 11:24:54 +02:00
parent d55f65a0e2
commit 2204a06506

2
debian/postinst vendored
View file

@ -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