Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 390d32fae75be7f39cb125d98d7f600c > scriptlet

php-pear-File-Find-1.3.1-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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