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