debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 02 Jul 2014 18:19:47 +0200
changeset 9859 fc978ff7f381
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entitiestests/base] don't store an entity on the test case Make do with an eid.

#! /bin/sh -e

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