#!/bin/sh -e

# source debconf stuff
. /usr/share/debconf/confmodule
# source dbconfig-common stuff
dbc_dbtypes="mysql, pgsql"
. /usr/share/dbconfig-common/dpkg/frontend.prerm
dbc_go acidbase $@

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

