pfsense/tools/templates/pkg-install.in

8 lines
118 B
Bash

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