Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > a5de9510844ff3f50fea1505ac03c717 > scriptlet

php-channel-dropbox-php-1.3-3.fc18.noarch.rpm

POSTIN

/bin/sh
if [ $1 -eq  1 ] ; then
        /usr/bin/pear channel-add /var/lib/pear/pkgxml/php-channel-dropbox-php.xml > /dev/null || :
else
        /usr/bin/pear channel-update /var/lib/pear/pkgxml/php-channel-dropbox-php.xml > /dev/null ||:
fi

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
        /usr/bin/pear channel-delete pear.dropbox-php.com > /dev/null || :
fi