Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 08d44d7d845ef8a4bb2f78e5e120823b > scriptlet

php-symfony2-EventDispatcher-2.2.10-1.fc18.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /var/lib/pear/pkgxml/php-symfony2-EventDispatcher.xml >/dev/null || :

POSTUN

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