Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f1e698badf0b3f26cd78ea6fc98e9fa1 > scriptlet

zope-PloneTranslations-3.0.9-5mdv2010.0.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