Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 96be7f88d717021287aba01a746e9070 > scriptlet

php-ezc-Mail-1.7.1-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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