aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql-plperl.post-install
blob: 4cc8198c0477389ce94b8f2bad9912078067c96c (plain)
1
2
3
4
5
6
#!/bin/sh

if [ ! -L /usr/lib/libperl.so ]; then
	find /usr/lib/* -name libperl.so -exec ln -s {} /usr/lib/libperl.so \;	
fi