Sophie

Sophie

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

php-pear-Validate-0.8.2-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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