[DebianGIS-dev] r2441 - packages/postgis/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Sep 14 10:49:41 UTC 2009


Author: frankie
Date: 2009-09-14 10:49:41 +0000 (Mon, 14 Sep 2009)
New Revision: 2441

Modified:
   packages/postgis/trunk/debian/postgis-postgresql-generic.postinst.in
Log:
Useful msg


Modified: packages/postgis/trunk/debian/postgis-postgresql-generic.postinst.in
===================================================================
--- packages/postgis/trunk/debian/postgis-postgresql-generic.postinst.in	2009-09-14 10:01:27 UTC (rev 2440)
+++ packages/postgis/trunk/debian/postgis-postgresql-generic.postinst.in	2009-09-14 10:49:41 UTC (rev 2441)
@@ -5,8 +5,10 @@
 # Creates a link for the shared lib in the postgres area
 if [ "$1" = "configure" ]; then
 	if [ -f /usr/lib/postgis/@POSTGIS_VERSION@/postgres/@POSTGRES_VERSION@/lib/postgis- at SOVERSION@.so ]; then
-		ln -f /usr/lib/postgis/@POSTGIS_VERSION@/postgres/@POSTGRES_VERSION@/lib/postgis- at SOVERSION@.so \ 
+		ln -f /usr/lib/postgis/@POSTGIS_VERSION@/postgres/@POSTGRES_VERSION@/lib/postgis- at SOVERSION@.so \
 		      /usr/lib/postgresql/@POSTGRES_VERSION@/lib/postgis- at SOVERSION@.so
+	else
+		echo "Postgis extension not found, something wrong did probably happen"
 	fi
 fi
 




More information about the Pkg-grass-devel mailing list