Sophie

Sophie

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

php-pecl-memprof-1.0.0-3.fc20.x86_64.rpm

POSTIN

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

POSTUN

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