X-Git-Url: https://git.toastfreeware.priv.at/debian/iodine.git/blobdiff_plain/9f5e4e5c1cf6959b8c243fd1f10597786b6bc81e..eb26ade432143f1423f48345721c6f8f384de312:/debian/postinst?ds=inline diff --git a/debian/postinst b/debian/postinst index 7e896d0..477a89e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -30,7 +30,7 @@ case "$1" in 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 @@ -85,11 +85,6 @@ esac # 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 @@ -98,4 +93,9 @@ if [ "$1" = "configure" ] ; then fi fi +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + exit 0