debian/cubicweb-server.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 16 Oct 2015 12:22:48 +0200 (2015-10-16)
changeset 10811 5a1b4361a797
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/test] CWAttribute.extra_props is Bytes
#! /bin/sh -e

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