Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 5f24cf9f4fd023a42f13d22828192bf3 > scriptlet

zope-SecureMailHost-1.1-5mdv2009.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