Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > cbd6ed2e33234c415dfa7f8620688b41 > scriptlet

php-pear-Net-SMTP-1.6.2-1.fc18.noarch.rpm

POSTIN

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

POSTUN

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