#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/openh323gk" ]; then
	update-rc.d openh323gk defaults >/dev/null
	if [ -x /usr/sbin/invoke-rc.d ]; then
		invoke-rc.d openh323gk start
	else
		/etc/init.d/openh323gk start
	fi
fi
# End automatically added section
