debian/cubicweb-documentation.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Jan 2013 18:31:43 +0100
changeset 8654 7021bba2dcf2
parent 0 b97547f5f1fa
permissions -rw-r--r--
[appobject] cleanup module (prepares #2406609) * remove unused imports * break long lines

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