debian/cubicweb-twisted.postinst
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 14 Apr 2009 17:16:43 -0700
changeset 1352 9fae16f3e068
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Explicitely name the module in which we define schema to distinguish it from entities.

#! /bin/sh -e

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