Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > bc2729313a827218b9e027b797cae62e > scriptlet

php-pear-phing-2.4.3-1.fc13.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
	/usr/share/pear/.pkgxml/phing.xml >/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
	/usr/bin/pear uninstall --nodeps --ignore-errors --register-only \
		pear.phing.info/phing >/dev/null || :
fi