Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > c7458dda3acc4828dec84941df9194aa > scriptlet

php-pear-channel-horde-1.0-17.mga4.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