summaryrefslogtreecommitdiff
path: root/lang/perl5.6/pkg-install
blob: bf9dcb3f3a491aa4c52aa3050db10ce245e1c43d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ "$2" != POST-INSTALL ] ; then
	exit 0
fi

cd /usr/include && ${PREFIX:-/usr/local}/bin/h2ph *.h machine/*.h sys/*.h


exit 0