AlkantarClanX12

Your IP : 216.73.217.123


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/postinst-init

if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/#SCRIPT#" ]; then
		update-rc.d #SCRIPT# #INITPARMS# >/dev/null
		invoke-rc.d #SCRIPT# start || #ERROR_HANDLER#
	fi
fi