#!/bin/sh
set -e

#DEBHELPER#

if [ "$1" = "remove" ]; then
    ubic stop -f
fi
