summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-norestart
blob: b33702c5d899fcd1f35a06d131b55f35f2e8e93f (plain)
1
2
3
4
5
6
update-rc.d #SCRIPT# #INITPARMS# >/dev/null
if [ "$1" = "configure" ]; then
	if [ -z "$2" -o "$2" = "<unknown>" ]; then
		/etc/init.d/#SCRIPT# start
	fi
fi