Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5c855ff7e1f2c3f11111469b26aab35a > scriptlet

php-pear-Image-GraphViz-1.2.1-6.fc12.noarch.rpm

POSTIN

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

POSTUN

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