debian/cubicweb-server.postinst
author David Douard <david.douard@logilab.fr>
Tue, 12 Jul 2016 12:29:29 +0200
branch3.20
changeset 11402 e60a8e5d29ef
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] add a lintian override for source-is-missing about jquery.flot.js

#! /bin/sh -e

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