debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 06 Jul 2016 17:46:39 +0200
changeset 11456 077f32a7a4c3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Update skeleton's setup.py to install cube as a package Most of the prior logic of skeleton's setup.py gets dropped as installing a cube as a "classic package" (i.e. in site-packages) is just the default behavior of distutils. Also add a test checking installation of new cube. Related to #13001466.

#! /bin/sh -e

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