Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5b105d1b1e281a456f4790091c381a45 > scriptlet

php-pear-Net-POP3-1.3.7-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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