Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 085b430fd3c9ee2f8f229c59380501eb > scriptlet

zope-ResourceRegistries-1.4.1-1mdv2007.1.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