Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > ea621b5a0f631657dcfea547dbaeaaf8 > scriptlet

zope-TextIndexNG-2.2.0b2-2mdk.x86_64.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