Package pear-HTML_QuickForm2: Scripts

Post install

pear install --nodeps -s --force --register-only /usr/share/php/pear/.pkgxml/HTML_QuickForm2.xml >/dev/null || :
Pre uninstall

1
2
3
if [ "$1" = "0" ]; then 
	pear uninstall --nodeps --ignore-errors -r HTML_QuickForm2 > dev/null || : 
fi