Sophie

Sophie

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

php-phpunit-bytekit-1.1.1-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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