Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 4538121f748d2092f21844c07fd3ee20 > scriptlet

plone-PloneExFile-2.04-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