Codebase list iodine / c91aa3a
Revert "postinst: change order." This reverts commit eb26ade432143f1423f48345721c6f8f384de312. Some tests indicate that this change doesn't improve things. gregor herrmann 4 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
8484 # tell debconf we are done. otherwise, it hangs waiting for the daemon.
8585 db_stop;
8686
87 # dh_installdeb will replace this with shell code automatically
88 # generated by other debhelper scripts.
89
90 #DEBHELPER#
91
8792 # mask iodined.service if START_IODINED is not set to true
8893 # this mimicks the behaviour of sysvinit. cf. #832599
8994 if [ "$1" = "configure" ] ; then
9297 fi
9398 fi
9499
95 # dh_installdeb will replace this with shell code automatically
96 # generated by other debhelper scripts.
97
98 #DEBHELPER#
99
100100 exit 0