~ubuntuone-pqm-team/django/stable

« back to all changes in this revision

Viewing changes to docs/ref/contrib/gis/install/create_template_postgis-debian.sh

  • Committer: Natalia
  • Date: 2014-12-05 15:21:13 UTC
  • Revision ID: natalia.bidart@ubuntu.com-20141205152113-cchtmygjia45gb87
Tags: 1.6.8
- Imported Django 1.6.8 from released tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
GEOGRAPHY=0
4
4
POSTGIS_SQL=postgis.sql
5
5
 
6
 
# For Ubuntu 8.x and 9.x releases.
7
 
if [ -d "/usr/share/postgresql-8.3-postgis" ]
8
 
then
9
 
    POSTGIS_SQL_PATH=/usr/share/postgresql-8.3-postgis
10
 
    POSTGIS_SQL=lwpostgis.sql
11
 
fi
12
 
 
13
6
# For Ubuntu 10.04
14
7
if [ -d "/usr/share/postgresql/8.4/contrib" ]
15
8
then