debian/cubicweb-twisted.postinst
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 22 Jun 2015 12:23:50 +0200
changeset 10403 fe614ec1688c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/test] fix broken test The first bad revision is: changeset: 10396:82071f767cb8 user: Sylvain Thénault <sylvain.thenault@logilab.fr> date: Thu Jun 11 17:35:11 2015 +0200 summary: [schemas] cwuri should be read-only This changed the number of RQLExpressions to be more than the number of CWRelations in the test's schema. Related to #5457566.

#! /bin/sh -e

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