Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 0ef8db5f09836b5a8f747b916a41d7d4 > scriptlet

php-deepend-Mockery-0.6.3-2.fc14.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
  /usr/share/pear/.pkgxml/php-deepend-Mockery.xml >/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
  /usr/bin/pear uninstall --nodeps --ignore-errors --register-only \
    pear.survivethedeepend.com/Mockery >/dev/null || :
fi