debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Dec 2009 14:10:05 +0100
changeset 4138 d087a3a3b16f
parent 0 b97547f5f1fa
permissions -rw-r--r--
clearer api: distinguish app_publish / ctrl_publish

#! /bin/sh -e

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