#!/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