
| Path : /usr/share/debhelper/autoscripts/ |
| Current File : //usr/share/debhelper/autoscripts/postinst-init-restart |
if [ -x "/etc/init.d/#SCRIPT#" ]; then update-rc.d #SCRIPT# #INITPARMS# >/dev/null if [ -n "$2" ]; then _dh_action=restart else _dh_action=start fi invoke-rc.d #SCRIPT# $_dh_action || #ERROR_HANDLER# fi