debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 May 2009 11:41:36 +0200
branchstable
changeset 1981 e6eed4324357
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix #327301: synchronize_schema doesn't update not-null constraint

#! /bin/sh -e

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