debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Apr 2014 12:46:06 +0200
changeset 9640 26ea1c4387bf
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] silence warnings for unittest_schema by upgrading to new 3.19 API

#! /bin/sh -e

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