debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Mar 2011 18:21:40 +0100
branchstable
changeset 7060 f26a1cbddc91
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] New assertion method assertSentEmail() to test presence of emails in system mailbox

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0