Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 35353a8f15d1486b70ee329d6d31fc66 > scriptlet

php-phpunit-PHP-CodeCoverage-1.2.17-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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