summaryrefslogtreecommitdiffstats
path: root/database/postgresql/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/PRE_BUILD')
-rwxr-xr-xdatabase/postgresql/PRE_BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/database/postgresql/PRE_BUILD b/database/postgresql/PRE_BUILD
deleted file mode 100755
index 2f70e1b64c..0000000000
--- a/database/postgresql/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if [[ $PGSQL_CLUSTER == y ]]; then
- verify_file 2 &&
- zcat "$SOURCE_CACHE/$SOURCE2" | patch -p1
-fi