Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > f64781356bd1e58e8ad4ddadb555a3e1 > scriptlet

php-pecl-radius-1.2.5-8.fc12.i686.rpm

POSTIN

/bin/sh
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /usr/share/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