debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 28 Jul 2010 14:27:28 +0200
branchstable
changeset 6029 aac5dba278c7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[editcontroller] turn eid into an int if possible, avoiding pbs. further down (case: preview cube)

#! /bin/sh -e

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