#!/bin/sh set -e . /usr/share/debconf/confmodule # Settings for dbconfig-common dbc_authmethod_user=password dbc_dbtypes="sqlite3, pgsql, mysql" # Do dbconfig-common magic if test -f /usr/share/dbconfig-common/dpkg/config; then . /usr/share/dbconfig-common/dpkg/config dbc_go arsse "$@" fi # Ask all the questions db_go || true