debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 03 Mar 2015 14:58:16 +0100
changeset 10216 ae8df3692fba
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server/test] fix test_zmq We were only asserting in a thread, thus ignoring the results.

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