Sophie

Sophie

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

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

POSTUN

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