debian/cubicweb-server.postinst
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Tue, 07 May 2013 00:29:42 +0200 (2013-05-06)
changeset 8969 b37ce419ce26
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] attempt to clarify the inline help system documentation
#! /bin/sh -e

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