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