#! /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 dbc_go libreplan $@ fi if [ -L /usr/share/tomcat6/lib/postgresql-jdbc3.jar ] ; then rm /usr/share/tomcat6/lib/postgresql-jdbc3.jar fi #DEBHELPER#