debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 02 Feb 2015 22:05:00 +0100
changeset 10191 cc4b8021bdf3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schemaserial] fix detection of CWComputedRType table, closes #4901150

#! /bin/sh -e

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