debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 24 Jan 2011 19:09:42 +0100
changeset 6884 6fa712e9dfa5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[testlib] missing method on value generator to generate the Interval type

#! /bin/sh -e

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