#!/bin/sh

set -e
if [ ! -z "${DEBUG}" ]; then set -x; fi

. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/prerm
dbc_go foreman $@

#DEBHELPER#

exit 0
