debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Sep 2010 08:48:44 +0200
changeset 6229 c4a70a5dd144
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema] mark CWUniqueTogetherConstraint and its relations as schema entity/relations

#! /bin/sh -e

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