Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > d82c4729d63383d43fb1294fa4893587 > scriptlet

php-phpunit-bytekit-1.1.2-3.fc14.noarch.rpm

POSTIN

/bin/sh
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
    pear uninstall --nodeps --ignore-errors --register-only \
        pear.phpunit.de/bytekit >/dev/null || :
fi