Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 3ed150f19759fabc244013cb89955f48 > scriptlet

php-pecl-ssh2-0.11.0-7.fc15.x86_64.rpm

POSTIN

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

POSTUN

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