debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 29 Jan 2014 15:55:48 +0100
changeset 9506 7f6883783969
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] Use a connection instead of a session for repo.gc_stats()

#! /bin/sh -e

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