Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > f77bdbcfc95b6be357e54855ae10c013 > scriptlet

php-pecl-ssh2-0.11.0-6.fc13.i686.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