diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2010-05-12 17:45:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:45:51 +0200 |
commit | 68b3f43978dee08af0353ed8f704100f324ec009 (patch) | |
tree | ce654277c3f2af0fe9851b2eb1c00d32b99d0987 /system/postgresql/doinst.sh | |
parent | a71ad84af3f9002c19c0caa2295d91b14dbc64d5 (diff) | |
download | slackbuilds-68b3f43978dee08af0353ed8f704100f324ec009.tar.gz |
system/postgresql: Updated for version 8.3.7
Diffstat (limited to 'system/postgresql/doinst.sh')
-rw-r--r-- | system/postgresql/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/postgresql/doinst.sh b/system/postgresql/doinst.sh index 5a067b8cf5..203ba5aa89 100644 --- a/system/postgresql/doinst.sh +++ b/system/postgresql/doinst.sh @@ -1,5 +1,3 @@ -#!/bin/sh - config() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" |