debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 16 Feb 2010 09:24:40 +0100
changeset 4592 ddbab12acae0
parent 0 b97547f5f1fa
permissions -rw-r--r--
ensure cnx is set first (necessary to introduce of a form object to handle the login form)

#! /bin/sh -e

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