mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
8 lines
146 B
Bash
8 lines
146 B
Bash
#!/bin/sh
|
|
|
|
if [ "${2}" != "POST-INSTALL" ]; then
|
|
exit 0
|
|
fi
|
|
|
|
${PKG_ROOTDIR}/usr/local/bin/php -f ${PKG_ROOTDIR}/etc/rc.packages %%PORTNAME%% ${2}
|