From 04de19a1bdf4fd5cdaff7ded16e95db39fc087e9 Mon Sep 17 00:00:00 2001 From: "G.J.R. Timmer" Date: Wed, 21 Dec 2016 10:33:16 +0000 Subject: main/postgresql: add support for PL/Perl, PL/Python and PL/Tcl --- main/postgresql/postgresql-plperl.post-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main/postgresql/postgresql-plperl.post-install (limited to 'main/postgresql/postgresql-plperl.post-install') diff --git a/main/postgresql/postgresql-plperl.post-install b/main/postgresql/postgresql-plperl.post-install new file mode 100644 index 0000000000..4cc8198c04 --- /dev/null +++ b/main/postgresql/postgresql-plperl.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ ! -L /usr/lib/libperl.so ]; then + find /usr/lib/* -name libperl.so -exec ln -s {} /usr/lib/libperl.so \; +fi + -- cgit v1.2.3