debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 18 Feb 2009 15:18:47 +0100
branchtls-sprint
changeset 795 63f4f81e19f1
parent 0 b97547f5f1fa
permissions -rw-r--r--
restore appropriate in State's incontext view, moved it into wfentities

#! /bin/sh -e

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