debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Dec 2009 12:54:16 +0100 (2009-12-02)
branchstable
changeset 3965 94f95928f5ae
parent 0 b97547f5f1fa
permissions -rw-r--r--
nicer __str__ and __repr__ methods on rql constraints
#! /bin/sh -e

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