Sophie

Sophie

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

zope-Archetypes-1.3.1-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