debian/cubicweb-server.postinst
author Christophe de Vienne <christophe@unlish.com>
Tue, 01 Apr 2014 13:57:25 +0200
branchstable
changeset 9699 990676d3f39f
parent 0 b97547f5f1fa
permissions -rw-r--r--
Remove a misleading comment about self.render() behavior. The former comment suggested that View.render called with 'row' or 'col' would set cw_row or cw_col, which is not (anymore ?) accurate. Related to #3696871.

#! /bin/sh -e

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