debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 27 Aug 2010 09:02:41 +0200
branchstable
changeset 6164 ceb6951f9d2f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] restore ability to test on real databases

#! /bin/sh -e

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