Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > fbca6bc122192687d5ef6e609f024cd2 > scriptlet

php-pecl-krb5-1.0.0-2.fc20.i686.rpm

POSTIN

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

POSTUN

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