debian/cubicweb-server.postinst
author David Douard <david.douard@logilab.fr>
Wed, 02 Nov 2016 11:11:01 +0100
changeset 11752 8c45f52b76e4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[setup] fix CWDevelop to keep compat with python 2.7 in Python, 2.7, setuptools.command.develop.develop is an old style class, thus it cannot be called with super.

#! /bin/sh -e

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