Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > fd3b30bf58df0a0a082855b5fe92e460 > scriptlet

php-pear-Net-FTP-1.3.7-4.fc14.noarch.rpm

POSTIN

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

POSTUN

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