debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 11 Apr 2011 16:51:49 +0200
branchstable
changeset 7204 2b6d3c9455a7
parent 0 b97547f5f1fa
permissions -rw-r--r--
Backed out changeset e0e802afa8e1, widgets are actually defined below

#! /bin/sh -e

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