TASKPM/debian/libreplan.config
Manuel Rego Casasnovas 2a7e571edc Rename NavalPlan to LibrePlan
* Change all folders and file names
* Change string in all files

FEA: ItEr75S03CommunityMaterial
2011-10-28 09:13:16 +02:00

9 lines
188 B
Bash

#! /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 libreplan $@
fi