debian/cubicweb-twisted.postinst
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 21 Oct 2016 18:43:13 +0200
changeset 11736 b77c82355325
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Cleanup MANIFEST.in from non-matching entries This cleans up output of setup.py executions.

#! /bin/sh -e

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