Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 079d68ef66e60efdaaa60c198ba3b18c > scriptlet

Zope-PloneLanguageTool-0.9-1.noarch.rpm

POSTIN

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