Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 89912ecdadd4adf3857592f0f05c340b > scriptlet

php-pear-channel-horde-1.0-16.mga3.noarch.rpm

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then
   pear channel-delete pear.horde.org
fi

POSTIN

/bin/sh

if [ $1 -gt  1 ] ; then
   pear channel-update pear.horde.org
else
   pear channel-add /var/lib/pear/pear.horde.org.xml
fi