Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 4bc35ddc0e223b71ff017c34e52dcc2c > scriptlet

zope-PluginRegistry-1.1.1-1mdv2007.0.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