#!/bin/sh -e

if [ -x "/etc/init.d/orca" ]; then
	/etc/init.d/orca stop
fi

#DEBHELPER#

