Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 292e9dc9e75b8d015f507a4e9859da92 > scriptlet

php-channel-swift-1.3-2.fc13.noarch.rpm

POSTIN

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

POSTUN

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