debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Thu, 19 Feb 2009 19:28:44 +0100
branchtls-sprint
changeset 848 f5aca5c5f6ca
parent 0 b97547f5f1fa
permissions -rw-r--r--
set __errorurl, fix retreiving of field's value

#! /bin/sh -e

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