debian/cubicweb-documentation.prerm
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 27 Jan 2011 14:10:44 +0100
branchstable
changeset 6908 f07dc0e8948d
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix #1452413 : is_in_state selector does not match initial state of an entity

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