debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Jun 2016 13:25:43 +0200
changeset 11406 8ed625765a5c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema2sql] Give a rdef to check_constraint This simplifies the API. Related to #14050899

#! /bin/sh -e

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