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

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

/usr/local/bin/php -f /etc/rc.packages %%PORTNAME%% ${2}
OpenPOWER on IntegriCloud