Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 9bd23c2c124e8823b802254e7e5f8ccb > scriptlet

zope-Plone-3.0.4-3mdv2007.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