Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 0efde47c1076044b059020f175a6f2f5 > scriptlet

php-pear-HTML-Common-1.2.5-2.fc12.noarch.rpm

POSTIN

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

POSTUN

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