Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 5f532465016f21703ec4b2383c0ebaf1 > scriptlet

zope-CMFPlone-2.5-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