TASKPM/debian/navalplan.config

10 lines
188 B
Text
Raw Normal View History

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
dbc_go navalplan $@
fi