Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 60c30c459c6db805a2510d23339d7694 > scriptlet

php-pear-Math-Stats-0.9.0-0.4.beta3.fc12.noarch.rpm

POSTIN

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

POSTUN

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