From 587249eaffd62784c0ad5a6d7d8ece5844fe9424 Mon Sep 17 00:00:00 2001 From: David Decotigny Date: Sat, 19 Dec 2009 16:37:40 +0100 Subject: [PATCH] Added forgotten dependency. We forgot to specify postgresql-contrib-8.3 as a dependency. This patch fixes this. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index dbac15c..6ce019b 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ distributions, minor adaptations might be needed. 1. Installation of PostgreSQL and PostGIS - sudo aptitude install postgresql-8.3-postgis + sudo aptitude install postgresql-8.3-postgis postgresql-contrib-8.3 2. Creation of a new PostgreSQL user