debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 03 Nov 2009 13:52:25 +0100
branchstable
changeset 3792 8d0b5de8002b
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix wrong answer when the rset is empty but did not raise

#! /bin/sh -e

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