Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 0fd1f78e7092f51fc9b4faa5bff50a10 > scriptlet

php-pear-Services-Twitter-0.6.1-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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