Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 22d227531fc393ac41e2e5542cdee42e > scriptlet

php-pecl-radius-1.2.7-1.fc18.x86_64.rpm

POSTIN

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

POSTUN

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