-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/share/debhelper/autoscripts/
File Upload :
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

Copyright © 2017 || Recoded By Mr.Bumblebee