Hat sich eine feste Version eingeschlichen
authorHolger Lindemann <hli@lenny.hoch.ul>
Wed, 2 Feb 2011 16:20:49 +0000 (17:20 +0100)
committerHolger Lindemann <hli@lenny.hoch.ul>
Wed, 2 Feb 2011 16:20:49 +0000 (17:20 +0100)
scripts/inst_postgres.sh
scripts/inst_postgres_deb.sh

index db7b312..66fbaa9 100755 (executable)
@@ -27,7 +27,7 @@ if [ "$POSTGRESQL#" == "#" ]; then
     writeln 3 1 Datenbank bitte manuell einrichten.
     exit 0
 else
-   PLPGSQL=`dpkg -L postgresql-8.3 | grep plpgsql.so`
+   PLPGSQL=`dpkg -L $POSTGRESQL | grep plpgsql.so`
 fi
 
 #Mit Paketmanager (RPM) suchen ?
index 6dff832..be644ba 100755 (executable)
@@ -20,7 +20,7 @@ if [ "$POSTGRESQL#" == "#" ]; then
     echo Datenbank bitte manuell einrichten.
     exit 0
 else
-   PLPGSQL=`dpkg -L postgresql-8.3 | grep plpgsql.so`
+   PLPGSQL=`dpkg -L $POSTGRESQL | grep plpgsql.so `
 fi
 
 if [ "$PLPGSQL#" == "#" ]; then