Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > b3d95a5e491840ac66ccfc963a49884e > scriptlet

php-pear-Auth-OpenID-2.1.1-8.fc12.noarch.rpm

POSTIN

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

POSTUN

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