Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > e1b9830f5c89b4406a87f8264cf94708 > scriptlet

Zope-TranslationService-0.4-6.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/installzopeproduct /usr/share/Zope-TranslationService TranslationService
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 TranslationService
	if [ -f /var/lock/subsys/zope ]; then
		/etc/rc.d/init.d/zope restart >&2
	fi
fi