debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 10 Feb 2015 14:38:25 +0100
changeset 10311 4e9dcca71fad
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] Fix 'gc' view to use 'repo_gc_stats' service

#! /bin/sh -e

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