debian/cubicweb-documentation.prerm
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 29 Jan 2014 10:57:10 +0100
changeset 9562 0509880fec01
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facet] create a RangeRQLPathFacet (closes #2852512) This facet is a mix between a RQLPathFacet and a RangeFacet, allowing to use the FacetRangeWidget on the RQLPathFacet target attribute

#! /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