Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 2506a0f53eaff3b1b1beee2e5d74b77d > scriptlet

php-symfony-YAML-1.0.4-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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