Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 611e512e702e0beb1841728eb9835de7 > scriptlet

php-pear-Auth-RADIUS-1.0.6-4.fc12.noarch.rpm

POSTIN

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

POSTUN

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