2010-03-24 21:04:21 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
|
|
|
|
|
|
if [ -r /usr/share/dbconfig-common/dpkg/postinst.pgsql ] ; then
|
|
|
|
|
. /usr/share/dbconfig-common/dpkg/postinst.pgsql
|
2011-10-28 08:17:54 +02:00
|
|
|
dbc_go libreplan $@
|
2010-03-24 21:04:21 +00:00
|
|
|
fi
|
|
|
|
|
|
2010-12-21 18:10:26 +01:00
|
|
|
if [ -L /usr/share/tomcat6/lib/postgresql-jdbc3.jar ] ; then
|
|
|
|
|
rm /usr/share/tomcat6/lib/postgresql-jdbc3.jar
|
|
|
|
|
fi
|
|
|
|
|
|
2010-03-24 21:04:21 +00:00
|
|
|
#DEBHELPER#
|