From: Mikhail Gusarov Date: Sun, 23 Feb 2014 09:58:19 +0000 (+0100) Subject: Add debhelper mark to the end of postinst to start daemon after creating user/group X-Git-Tag: 0.6.9~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F49%2Fhead;p=thirdparty%2Frspamd.git Add debhelper mark to the end of postinst to start daemon after creating user/group --- diff --git a/debian/postinst b/debian/postinst index c8c5a5aeee..f634e81c3a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,4 @@ #!/bin/sh -#DEBHELPER# - set -e case "$1" in @@ -32,4 +30,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0