Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 6db56ecbcedc50305bfd0a7121723741 > scriptlet

Zope-ZSyncer-0.6.0-0.beta3.2.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/installzopeproduct /usr/share/Zope-ZSyncer ZSyncer
if [ -f /var/lock/subsys/zope ]; then
	/etc/rc.d/init.d/zope restart >&2
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	/usr/sbin/installzopeproduct -d ZSyncer
	if [ -f /var/lock/subsys/zope ]; then
		/etc/rc.d/init.d/zope restart >&2
	fi
fi