debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 23 Sep 2011 15:41:21 +0200
branchstable
changeset 7850 d14b77c42b06
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] sort to avoid random failure due to dict order

#! /bin/sh -e

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