Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 5eb2e89c7c46c80bf2da55a04a380538 > scriptlet

php-symfony2-Templating-2.1.8-1.fc17.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/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