debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 27 Sep 2013 14:15:24 +0200
changeset 9367 c8a5f7f43c03
parent 0 b97547f5f1fa
permissions -rw-r--r--
instrument cwvreg, so we may know what's being loaded by asking the registry store

#! /bin/sh -e

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