Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > e3ef4b352f9403736bd2c1bcd2ebe784 > scriptlet

php-phpunit-phploc-1.5.1-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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