debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 28 Mar 2011 19:20:22 +0200
branchstable
changeset 7124 56ae3cd5f855
parent 0 b97547f5f1fa
permissions -rw-r--r--
[packaging] prepare 3.11.2

#! /bin/sh -e

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