if [ -x "/etc/init.d/#SCRIPT#" ]; then
	if [ ! -e "/etc/init/#SCRIPT#.conf" ]; then
		update-rc.d #SCRIPT# #INITPARMS# >/dev/null
	fi
fi
