debian/cubicweb-server.postinst
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 22 Apr 2011 16:23:34 +0200
changeset 7250 fe27390bf2f8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[book] fix documentation + add chpasswd.py script

#! /bin/sh -e

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