debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 11 Aug 2009 17:27:27 +0200
changeset 2778 3f6dfc312760
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entities] access persistent attributes through entity.cwdb

#! /bin/sh -e

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