Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 95ac99f854ff688e2cf172c2de1778ba > scriptlet

php-pecl-yaml-1.0.1-4.fc14.x86_64.rpm

POSTIN

/bin/sh
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /usr/share/pear/.pkgxml/php-pecl-yaml.xml >/dev/null || :

POSTUN

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