Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 977d5b56c3c42c0d5e8f1e04ee0a07f3 > scriptlet

zope-CMFPlacefulWorkflow-0.3-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