#!/bin/sh if [ "$2" != POST-INSTALL ] ; then exit 0 fi INCLUDEDIR=/usr/include install -d ${SITE_PERL}/${PERL_ARCH} cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h exit 0