debian/cubicweb-twisted.postinst
author Christophe de Vienne <christophe@unlish.com>
Thu, 08 Jan 2015 23:06:12 +0100
changeset 10492 68c13e0c0fc5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Insert the dev docs in the toc Related to #4832808

#! /bin/sh -e

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