debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 10 Feb 2015 14:37:51 +0100
changeset 10310 b49761555ad6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[services] Fix 'repo_gc_stats' to return a list of unreachable objects' repr

#! /bin/sh -e

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