]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add debhelper mark to the end of postinst to start daemon after creating user/group 49/head
authorMikhail Gusarov <dottedmag@dottedmag.net>
Sun, 23 Feb 2014 09:58:19 +0000 (10:58 +0100)
committerMikhail Gusarov <dottedmag@dottedmag.net>
Sun, 23 Feb 2014 09:58:19 +0000 (10:58 +0100)
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