Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > b547b0a65dbd648fdb0fe5fa4c776d32 > scriptlet

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

POSTUN

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