Remove forgotten $rcs_id variable after the svn → git conversion
[gpstools.git] / branches / gpst.postgis / postgres / init.sh
blob5d7c8688599f0f88df6eec83b7507a83e02e78fc
1 #!/bin/bash
3 # $Id$
5 createdb gps
6 psql -d gps -c "CREATE LANGUAGE plpgsql;"
7 psql -d gps -f /usr/share/postgresql-8.3-postgis/lwpostgis.sql
8 psql -d gps -f /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql
9 psql -d gps -f init.sql