Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > 920385b3e943be48c6850039cc0ca531 > scriptlet

zope-ExternalEditor-0.8-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