debian/cubicweb-server.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 06 Sep 2011 12:20:11 +0200
changeset 7762 a3f9ba4d44eb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] add option to make resources-concat optional (implements #1910615)

#! /bin/sh -e

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