debian/cubicweb-twisted.postinst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 16 Jul 2014 10:48:47 +0200
changeset 11008 de86c6592cc7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repository] remove unused check_session method and its test Related to #1381328.

#! /bin/sh -e

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