]> source.dussan.org Git - rspamd.git/commitdiff
Add debhelper mark to the end of postinst to start daemon after creating user/group
authorMikhail Gusarov <dottedmag@dottedmag.net>
Sun, 23 Feb 2014 09:58:19 +0000 (10:58 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 24 Feb 2014 13:17:48 +0000 (13:17 +0000)
debian/postinst

index c8c5a5aeeebbe1322ec96df0bfcfa0b6d735774b..f634e81c3a59ce3d390b4c7d5552f9d78d888124 100644 (file)
@@ -1,6 +1,4 @@
 #!/bin/sh
-#DEBHELPER#
-
 set -e
 
 case "$1" in
@@ -32,4 +30,6 @@ case "$1" in
     ;;
 esac
 
+#DEBHELPER#
+
 exit 0