Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 0090038c6b5194a3886fad8f56582fed > scriptlet

php-phpunit-PHPUnit-Story-1.0.2-1.fc18.noarch.rpm

POSTIN

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

POSTUN

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