debian/cubicweb-server.postinst
author Yann Voté <yann.vote@logilab.fr>
Mon, 26 Sep 2016 16:45:30 +0200
changeset 11681 b23d58050076
parent 0 b97547f5f1fa
permissions -rw-r--r--
Merge cubicweb-pyramid cube Only keep the CWSession schema definition and the ctl command, now in cubicweb/pyramid/pyramidctl.py Related to #14023058.

#! /bin/sh -e

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