debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 14 Jan 2016 18:39:27 +0100
changeset 11070 1d115904f1ef
parent 0 b97547f5f1fa
permissions -rw-r--r--
[skeleton] Use unittest.main directly Instead of lgc.testlib.unittest_main as they are identical.

#! /bin/sh -e

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