#!/bin/sh
set -e

#DEBHELPER#

# Manually added instead of using dh_installinit
if [ -x "/etc/init.d/hibagent" ]; then
        invoke-rc.d hibagent stop || true
fi
