aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql-plperl.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgresql/postgresql-plperl.post-install')
-rw-r--r--main/postgresql/postgresql-plperl.post-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/postgresql/postgresql-plperl.post-install b/main/postgresql/postgresql-plperl.post-install
deleted file mode 100644
index 4cc8198c04..0000000000
--- a/main/postgresql/postgresql-plperl.post-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ ! -L /usr/lib/libperl.so ]; then
- find /usr/lib/* -name libperl.so -exec ln -s {} /usr/lib/libperl.so \;
-fi
-