debian/cubicweb-documentation.prerm
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 [ "$1" = remove -o "$1" = upgrade ]; then
  if which install-docs >/dev/null 2>&1; then
    install-docs -r cubicweb-doc
  fi
fi

#DEBHELPER#

exit 0