Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 035e1ec893c982ef33051db97b9fe6bd > scriptlet

php-pecl-xdebug-2.2.5-1.fc20.x86_64.rpm

POSTIN

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

POSTUN

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