Sophie

Sophie

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

php-pear-CodeGen-1.0.7-3.fc14.noarch.rpm

POSTIN

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

POSTUN

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