debian/cubicweb-twisted.postinst
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Fri, 22 Oct 2010 14:36:39 +0200
changeset 6591 b5ed84c53b3f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[book] complete datamodel definition section with default permissions

#! /bin/sh -e

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