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