debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 31 Jan 2012 11:49:15 +0100
changeset 8186 341c57b39dc9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[config, migration] fix https-deny-anonymous option type

#! /bin/sh -e

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