From 1b6d44c88a949c555a34f4e7d74179ab1320e061 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sun, 23 Feb 2014 10:58:19 +0100 Subject: [PATCH] Add debhelper mark to the end of postinst to start daemon after creating user/group --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index c8c5a5aee..f634e81c3 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 -- 2.39.5