debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Sep 2010 15:00:30 +0200
branchstable
changeset 6369 a151453dc564
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] more update to unittest2 api

#! /bin/sh -e

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