diff options
| author | Julien Valroff <julien@kirya.net> | 2010-09-04 14:23:03 +0200 | 
|---|---|---|
| committer | Julien Valroff <julien@kirya.net> | 2010-09-04 14:23:03 +0200 | 
| commit | d3d83113455f2bb70159191965b9858b58945a0d (patch) | |
| tree | 0f436ecac64809e766a562ef7d0ba58fb2b5e63a | |
| parent | 8bc40b8c5f165ed83b1d3856fb5d6bd322bdee43 (diff) | |
Re-add removed debhelper token
| -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  | 
