debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Wed, 26 Mar 2014 14:45:33 +0100
changeset 10077 1a28c0b0a0b4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[c-c configure] make it possible to specify the section for sources configuration (closes #3477678)

#! /bin/sh -e

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