debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 29 Apr 2011 12:07:59 +0200
branchstable
changeset 7289 f91e8e25510c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[users management] enhance users table: show state, primary email and data source; show filter form

#! /bin/sh -e

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