debian/cubicweb-server.postinst
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 18 Feb 2011 15:26:00 +0100
changeset 7059 1d65b235549f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tests] Fix web test for windmill and forms - new component 'inout' needed to be clicked (windmill) - renamed id will fail html tests (windmill and unittest_forms.py)

#! /bin/sh -e

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