Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 526c420b38499e4ce2a91a7ad19acd68 > scriptlet

php-pear-Auth-1.6.4-1.fc18.noarch.rpm

POSTIN

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

POSTUN

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