Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > cc40f2c5768f0193b2065a16aa6db3a2 > scriptlet

php-pear-HTML-QuickForm-3.2.11-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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