From 8d357f3071915f66792d0f75421671f0f4271588 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 12 Jan 2016 10:37:50 +0100 Subject: [PATCH] re-add #DEBHELPER# code to postinst otherwise the services are not re-started correctly! --- debian/postinst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/postinst b/debian/postinst index e966057..667888d 100755 --- a/debian/postinst +++ b/debian/postinst @@ -46,5 +46,9 @@ case "$1" in esac +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# exit 0 -- 2.39.5