debian/cubicweb-server.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 19 May 2016 14:57:41 +0200
changeset 11455 d686c4e8cdb2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Adjust skeleton setup.py to have it read information from __pkginfo__.py Since the later is now installed in cubicweb_<CUBENAME> directory. Add a test ensuring that `python setup.py sdist` works on newly created cube (which should at least verify that setup.py is valid). 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