Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > f5f315f1cd10e7eb9974f01f351acf56 > scriptlet

zope-Epoz-2.0.2-3mdv2007.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