debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 28 Mar 2011 19:31:25 +0200
branchstable
changeset 7125 954b5b51cd92
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.11.2 for changeset 56ae3cd5f855

#! /bin/sh -e

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