Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > f6ef178fcc5fa66e9589c16651c72a65 > scriptlet

php-pear-Net-IMAP-1.1.3-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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