2 # config script for freeside
7 . /usr/share/debconf/confmodule
9 # source dbconfig-common shell library, and call the hook function
10 if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
11 # we support mysql and pgsql
12 dbc_dbtypes="pgsql, mysql"
14 # source dbconfig-common stuff
15 . /usr/share/dbconfig-common/dpkg/config
19 # ... rest of your code ...