debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Sep 2009 15:58:02 +0200
branch3.5
changeset 3140 1f64e9a5e1f8
parent 0 b97547f5f1fa
permissions -rw-r--r--
update test now that etype_class systematically copy registry classes

#! /bin/sh -e

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