Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > c56f63a9374ace03ef3dcf72c7f05e08 > scriptlet

php-pear-Console-Color-1.0.2-4.fc12.noarch.rpm

POSTIN

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

POSTUN

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