Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > e68a7a3fd7f826887346711c3d74108c > scriptlet

plone-PloneBook-0.2-1mdk.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