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/postg...@soversion@.so
 ]; then
-               ln -f 
/usr/lib/postgis/@POSTGIS_VERSION@/postgres/@POSTGRES_VERSION@/lib/postg...@soversion@.so
 \ 
+               ln -f 
/usr/lib/postgis/@POSTGIS_VERSION@/postgres/@POSTGRES_VERSION@/lib/postg...@soversion@.so
 \
                      
/usr/lib/postgresql/@POSTGRES_VERSION@/lib/postg...@soversion@.so
+       else
+               echo "Postgis extension not found, something wrong did probably 
happen"
        fi
 fi
 


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to