Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > c1dc520af448b5e8fdaf277d4673c355 > scriptlet

php-symfony-symfony-1.4.8-2.fc14.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/pear/.pkgxml/symfony.xml >/dev/null || :

POSTUN

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