debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Jan 2013 22:52:47 +0100
changeset 8673 8ea63a2cc2cc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848

#! /bin/sh -e

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