debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 30 Mar 2011 15:51:10 +0200
changeset 7147 db63a05b260e
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix test_knownValues_load_schema

#! /bin/sh -e

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