debian/cubicweb-twisted.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 29 Jan 2010 18:57:37 +0100
changeset 4412 eaff00ef0a71
parent 0 b97547f5f1fa
permissions -rw-r--r--
add action to list entities of the CWEType currently displayed

#! /bin/sh -e

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