Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > c9cca9a8ccaeff67646c9095bb6bb0fa > scriptlet

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

POSTUN

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