authentic2.config: add dbconfig configuration

This commit is contained in:
Jérôme Schneider 2013-11-18 20:02:20 +01:00
parent d21ce0eeb6
commit 5d00bc1e4d
1 changed files with 13 additions and 0 deletions

13
debian/authentic2.config vendored Normal file
View File

@ -0,0 +1,13 @@
#!/bin/sh
# config maintainer script for foo-pgsql
# source debconf stuff
. /usr/share/debconf/confmodule
# source dbconfig-common shell library, and call the hook function
if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
. /usr/share/dbconfig-common/dpkg/config.pgsql
dbc_pgsql_createdb_encoding="UTF8"
dbc_go authentic2 $@
fi
#DEBHELPER#