debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Mar 2011 18:16:44 +0100
branchstable
changeset 7058 ea22892e82d4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[uilib] fix eid_param implementation

#! /bin/sh -e

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