debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 23 Apr 2010 12:19:54 +0200
branchstable
changeset 5389 809d3b5b3d31
parent 0 b97547f5f1fa
permissions -rw-r--r--
[python2.6] careful: json-py provides a json package. We don't want that. To simplify usage, import json via cubicweb.web

#! /bin/sh -e

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