debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 05 Dec 2011 14:33:26 +0100
branchstable
changeset 8419 dd222fcc85d3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] cubicweb.view documentation (closes: #2099962)

#! /bin/sh -e

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