debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 07 Oct 2009 17:08:49 +0200
branchstable
changeset 3601 d77025be6f06
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] added an example of use of create_entity in a shell session

#! /bin/sh -e

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