debian/cubicweb-server.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 21 Jan 2010 11:13:39 +0100
branchstable
changeset 4315 2f957ad8e082
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] FinalView should display an empty string if value is None

#! /bin/sh -e

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