TASKPM/debian/libreplan.prerm

16 lines
318 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/postinst.pgsql ] ; then
. /usr/share/dbconfig-common/dpkg/postinst.pgsql
dbc_go libreplan $@
2010-03-24 21:04:21 +00:00
fi
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#