debian/cubicweb-server.postinst
author Charles Hébert <charles.hebert@logilab.fr>
Tue, 08 Feb 2011 14:18:18 +0100
changeset 6950 8a17e6e34f0f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[admin ui] nicer views for users/groups management

#! /bin/sh -e

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