Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 490a54fdba2589703cee52a8cafb3e50 > scriptlet

php-channel-pearplex-1.3-2.fc14.noarch.rpm

POSTIN

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

POSTUN

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