debian/cubicweb-documentation.prerm
author Christophe de Vienne <christophe@unlish.com>
Thu, 27 Nov 2014 12:11:29 +0100
changeset 10108 129af90b2364
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] Use the pause_trace context manager instead of pause_tracing/resume_tracing The later were deprecated in logilab-common 0.63.1

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