Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > fa6207dac157858329ccc88e10cfa6bc > scriptlet

php-pear-PhpDocumentor-1.4.3-2.fc13.noarch.rpm

POSTIN

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

POSTUN

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