Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 6eefcb50230055130c754e4182726ad7 > scriptlet

php-dropbox-php-Dropbox-1.0.0-4.fc18.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /var/lib/pear/pkgxml/php-dropbox-php-Dropbox.xml >/dev/null || :

POSTUN

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