debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 May 2011 10:28:29 +0200
changeset 7349 43416f63eca9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[session] nicer local variable names

#! /bin/sh -e

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