debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 28 Jul 2010 15:01:48 +0200
changeset 6030 a1544ca8913e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] check_session returns an int since 6012:d56fd78006cd

#! /bin/sh -e

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