debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Dec 2009 14:35:23 +0100
branchstable
changeset 3969 970a748684b5
parent 0 b97547f5f1fa
permissions -rw-r--r--
when fields are displayed in a table and label should'nt be displayed, set colspan to 2 on the field value cell

#! /bin/sh -e

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