Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > fb7e360be8aee71306a52051a26ee9ee > scriptlet

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

POSTIN

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

POSTUN

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