Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 72cb694316567a8a2afcce0431f1c9a9 > scriptlet

php-phpunit-PHP-TokenStream-1.0.0-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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