Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 46180110f4c817f1f6ac7ce053eda006 > scriptlet

php-phpunit-phpcpd-1.3.4-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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