summaryrefslogtreecommitdiffstats
path: root/tools/templates/pkg-install.in
blob: d9217e62d262b933898498a5cfbf195d16ce68a8 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ "${2}" != "POST-INSTALL" ]; then
	exit 0
fi

/usr/local/sbin/fcgicli -f /etc/rc.packages -d "pkg=%%PORTNAME%%&when=${2}"
OpenPOWER on IntegriCloud