debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2011 18:43:01 +0100
changeset 8075 f57ffbfe90fe
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] add some tests for rql's add_type_restriction

#! /bin/sh -e

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