Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 806f2fdc9bed9dda7e61589e77987a8b > scriptlet

php-pear-Image-Graph-0.7.3-0.1.svn291756.fc14.noarch.rpm

POSTIN

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

POSTUN

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