Project

General

Profile

Download (118 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

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

    
7
/usr/local/bin/php -f /etc/rc.packages %%PORTNAME%% ${2}
(2-2/2)