#!/bin/sh
set -e
#set -x
. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/postinst.pgsql
# the previous version (1.9) didn't use dbconfig-common. this is
# how we accomodate users who already have this old version installed:
dbc_first_version="2.0"
dbc_generate_include="sh:/etc/db-test-pgsql-migration/db.new.conf"
dbc_go db-test-pgsql-migration "$@"
#DEBHELPER#