Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 1435b792baa3f739e951d4867b8e2970 > scriptlet

php-pear-File-Find-1.3.1-1.fc14.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