Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 54dfc9f523c7fd5efef25d3ad5236e3a > scriptlet

php-pear-Benchmark-1.2.7-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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