Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 2eb62d72e60819913b0e1cc5535f97e2 > scriptlet

php-pear-Auth-OpenID-2.2.2-1.fc13.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