debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 03 Apr 2014 18:35:18 +0200
changeset 9652 59626567eade
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web/test] port unittest_reledit to RepoAccess API

#! /bin/sh -e

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