debian/cubicweb-documentation.prerm
author David Douard <david.douard@logilab.fr>
Thu, 11 Jun 2015 10:17:41 +0200
changeset 10515 70ed2067fdb5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cwxml parser] refactor url handling code to use urlparse and urlencode (related to #5456849)

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