debian/cubicweb-server.postinst
author Christophe de Vienne <cdevienne@gmail.com>
Wed, 04 Dec 2013 14:26:35 +0100
branchstable
changeset 9330 45e0034e2a73
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Fix a sample request

#! /bin/sh -e

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