Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 0cc365759a09d510dedb0bcf1e4d04c3 > scriptlet

php-pear-File-Bittorrent2-1.3.1-5.fc13.noarch.rpm

POSTIN

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

POSTUN

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