1#!/bin/sh
2
3set -e
4
5if [ -f /usr/share/debconf/confmodule ]; then
6    . /usr/share/debconf/confmodule
7    if [ -f /usr/share/dbconfig-common/dpkg/prerm ]; then
8        . /usr/share/dbconfig-common/dpkg/prerm
9        dbc_go bareos-database-common $@
10    fi
11fi
12
13#DEBHELPER#
14