From d3d83113455f2bb70159191965b9858b58945a0d Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 4 Sep 2010 14:23:03 +0200 Subject: Re-add removed debhelper token --- debian/mailgraph.postinst | 15 +-------------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3