Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 6f9e72cc949a44bc32ad76b67ef03cfb > scriptlet

zope-PloneLanguageTool-0.5-2mdk.noarch.rpm

POSTIN

/bin/sh
if [ "`/usr/bin/zopectl status`" != "daemon manager not running" ] ; then
	service zope restart
fi

POSTUN

/bin/sh
if [ -f "/usr/bin/zopectl" ] && [ "`/usr/bin/zopectl status`" != "daemon manager not running" ] ; then
	service zope restart
fi