debian/cubicweb-twisted.postinst
author Christophe de Vienne <christophe@unlish.com>
Tue, 17 Jun 2014 11:14:20 +0200
changeset 9930 d20c2b262f55
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tests] Add a webtest based TestCase class Closes #4002134

#! /bin/sh -e

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