#!/bin/sh if [ "${2}" != "POST-INSTALL" ]; then exit 0 fi ${PKG_ROOTDIR}/usr/local/bin/php -f ${PKG_ROOTDIR}/etc/rc.packages %%PORTNAME%% ${2}