debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 22 Jan 2014 15:35:13 +0100
changeset 9464 6f4f710aef83
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cnxset] add backwards compat for cnxset.source_cnxs It's used at least in a vcsfile migration script.

#! /bin/sh -e

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