debian/cubicweb-server.postinst
author Florent Cayré <florent.cayre@gmail.com>
Sun, 06 Nov 2016 16:35:57 +0100
branch3.24
changeset 11805 7436b65a44bc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Fix extra packages not installable For instance `pip install -e ".[pyramid]"` should install the pyramid dependencies. A typo caused all these extra packages to not be found by pip. Closes #16121322.

#! /bin/sh -e

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