debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 19 Oct 2009 20:33:30 +0200 (2009-10-19)
branchstable
changeset 3742 20f429eb5f46
parent 0 b97547f5f1fa
permissions -rw-r--r--
kill separate attribute client-side handling #473636
#! /bin/sh -e

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