fi
# and we want a special user
- adduser --quiet --system --home /var/run/iodine iodine
+ adduser --quiet --system --home /run/iodine iodine
# generate/update /etc/default/iodine
if [ ! -e $CONFIGFILE ]; then
# tell debconf we are done. otherwise, it hangs waiting for the daemon.
db_stop;
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
# mask iodined.service if START_IODINED is not set to true
# this mimicks the behaviour of sysvinit. cf. #832599
if [ "$1" = "configure" ] ; then
fi
fi
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
exit 0