Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 4c248e856ad2a33620730cecd40d79ef > scriptlet

php-pear-Image-Canvas-0.3.3-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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