root/tools/templates/pkg-install.in @ a64fe84d
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} |
- « Previous
- 1
- 2
- Next »