Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > d3778d186a8145dd99ca352eb9368a4c > scriptlet

php-pear-Cache-Lite-1.7.8-2.fc12.noarch.rpm

POSTIN

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

POSTUN

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