# Automatically added by dh_installinit if [ -x "/etc/init.d/timidity" ]; then update-rc.d timidity defaults 99 01 >/dev/null if [ -n "$2" ]; then _dh_action=restart else _dh_action=start fi if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d timidity $_dh_action || exit $? else /etc/init.d/timidity $_dh_action || exit $? fi fi # End automatically added section