mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
8 lines
137 B
Bash
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}"
|