debian/cubicweb-server.postinst
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Wed, 22 Apr 2009 21:44:14 -0700
changeset 1441 8e7a99cbce3c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Short down the `blog running in less ten nimutes` section to remove duplicated content.

#! /bin/sh -e

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