pfsense/tools/templates/pkg-install.in
2015-08-25 14:49:54 -03:00

8 lines
137 B
Bash

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