debian/cubicweb-documentation.prerm
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Fri, 19 Dec 2008 17:34:03 +0100
changeset 247 3417739305a1
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't fail if row is None (at least necessary when searching for possible views)

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