2010-03-24 21:04:21 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
|
|
|
|
|
|
if [ -r /usr/share/dbconfig-common/dpkg/config.pgsql ] ; then
|
|
|
|
|
. /usr/share/dbconfig-common/dpkg/config.pgsql
|
2011-10-28 08:17:54 +02:00
|
|
|
dbc_go libreplan $@
|
2010-03-24 21:04:21 +00:00
|
|
|
fi
|