summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-nostart
blob: 820a106af33ec2c0b1fa74f39bea0a5d7fe6ce91 (plain)
1
2
3
4
5
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
	if [ -x "/etc/init.d/#SCRIPT#" ]; then
		update-rc.d #SCRIPT# #INITPARMS# >/dev/null || #ERROR_HANDLER#
	fi
fi