diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mailgraph.postinst | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/debian/mailgraph.postinst b/debian/mailgraph.postinst index 6a6addf..2cbe1bd 100644 --- a/debian/mailgraph.postinst +++ b/debian/mailgraph.postinst @@ -45,19 +45,6 @@ case "$1" in esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -# Automatically added by dh_installinit -if [ -x "/etc/init.d/mailgraph" ]; then - update-rc.d mailgraph defaults >/dev/null - if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then - invoke-rc.d mailgraph start || exit $? - else - /etc/init.d/mailgraph start || exit $? - fi -fi -# End automatically added section - +#DEBHELPER# exit 0 |