Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > f1dd62d05950ff47a95cdab8cc7b55c9 > scriptlet

php-pear-Var-Dump-1.0.3-5.fc14.noarch.rpm

POSTIN

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

POSTUN

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