[med-svn] r8783 - trunk/packages/gmod/chado/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Tue Dec 6 10:11:32 UTC 2011


Author: osallou-guest
Date: 2011-12-06 10:11:32 +0000 (Tue, 06 Dec 2011)
New Revision: 8783

Modified:
   trunk/packages/gmod/chado/trunk/debian/postinst
Log:
update manual instructions

Modified: trunk/packages/gmod/chado/trunk/debian/postinst
===================================================================
--- trunk/packages/gmod/chado/trunk/debian/postinst	2011-12-06 10:08:32 UTC (rev 8782)
+++ trunk/packages/gmod/chado/trunk/debian/postinst	2011-12-06 10:11:32 UTC (rev 8783)
@@ -9,7 +9,11 @@
           echo "Database access not correctly configured"
           echo "Check your configuration and run manually the database update:"
           echo "cd /usr/share/gmod/chado/"
-          echo "make load_schema for a new install"
+	  echo "export GMOD_ROOT=/usr/share/gmod/chado"
+	  echo "export PGPASSFILE=/usr/share/gmod/chado/pgpass"
+	  echo "For a new installation:"
+          echo "make load_schema"
+	  echo "make prepdb"
           echo "OR"
           echo "make update to upgrade the schema from a previous install"
           exit 0




More information about the debian-med-commit mailing list