debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 06 Mar 2014 18:41:23 +0100
branchstable
changeset 9698 737983d87497
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migractions] add sanity check in rename_relation_type If the relation is still present in the fs schema, we probably shouldn't be renaming it (because it's still in use somewhere, possibly in a different cube). Closes #3608172

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