Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > b0497792c0944b490964141809a142e0 > scriptlet

php-symfony2-Console-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-Console.xml >/dev/null || :

POSTUN

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