debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 24 Sep 2014 17:35:59 +0200
branchstable
changeset 9983 84738d495ffd
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.18.6, cubicweb-debian-version-3.18.6-1, cubicweb-centos-version-3.18.6-1 for changeset d91501356742

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