debian/cubicweb-server.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 22 Oct 2014 14:28:01 +0200
changeset 10097 e62d2c73784f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] Beautify jquery.treeview.js Fully mechanical, just whitespace changes.

#! /bin/sh -e

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