Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 4f0de6e7a733181aa69469c98c942e32 > scriptlet

php-pecl-xmldiff-0.9.2-4.fc19.i686.rpm

POSTIN

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

POSTUN

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