debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Feb 2015 12:35:58 +0100 (2015-02-17)
changeset 10261 b2f7f03f10b3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[notifications] use non-fixed message-id for EntityUpdatedNotificationView More than one of those can be sent for a given entity, so they shouldn't all have the same message-id. Closes #4962712.
#! /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