Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 19aa4f8e0661d4aedbd0321b27293b78 > scriptlet

php-pear-XML-Beautifier-1.2.2-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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