* update the changelog
[tango.git] / debian / tango-db.config
bloba3d29c4a3db9302dcf6f237691b38159bd7d2ae6
1 #!/bin/sh
2 # config maintainer script for foo-mysql
4 set -e
6 # source debconf stuff
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.mysql ]; then
11 dbc_dbname="tango"
12 dbc_dbuser="tango"
13 . /usr/share/dbconfig-common/dpkg/config.mysql
14 dbc_go tango-db $@