debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 12 Dec 2013 16:18:58 +0100
changeset 9371 1348202527a6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cwctl] Don't check for old lgc versions Support for check_duplicated_command in CommandLine was added in 2011 for 0.55, and we already depend on 0.59.0.

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