Package pear-DB_NestedSet: Скрипты

Post install

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

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