* Change all folders and file names * Change string in all files FEA: ItEr75S03CommunityMaterial
15 lines
318 B
Bash
15 lines
318 B
Bash
#! /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#
|