Revision fd401f7d
Added by Renato Botelho almost 10 years ago
tools/templates/pkg-deinstall.in | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 |
/usr/local/sbin/fcgicli -f /etc/rc.packages -d "pkg=%%PORTNAME%%&when=${2}" |
|
3 |
/usr/local/bin/php -f /etc/rc.packages %%PORTNAME%% ${2} |
Also available in: Unified diff
Do not depend of php-fpm to be running to process Additional Packages install/deinstall scripts, instead call php cli direct