debian/cubicweb-documentation.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 01 Sep 2014 10:22:46 +0200
changeset 9993 1ced03652d5e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] "Keep" some temporary files/dirs around to help with debugging The whole QUnitTestCase runs with an @with_tempdir so it's redundant anyway.

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