debian/cubicweb-twisted.postinst
author Anthony Truchet <anthony.truchet@logilab.fr>
Tue, 10 Apr 2012 10:45:40 +0200
branchstable
changeset 8345 c6c76bf518d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[bin] Force clone_deps.py to use mercurial command-line interface - closes #2296057

#! /bin/sh -e

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