debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Oct 2013 12:40:23 +0200
branchstable
changeset 9279 0814b9dd9bf3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] note about future warning on __eq__ vs __hash__ Closes #3179561.

#! /bin/sh -e

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