debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 13:53:26 +0100
branchstable
changeset 3829 9674d62a54f9
parent 0 b97547f5f1fa
permissions -rw-r--r--
close #474415 by using 'is' instead of comparison which explicitly fails on entity classes

#! /bin/sh -e

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