debian/cubicweb-documentation.prerm
author Florent Cayré <florent.cayre@gmail.com>
Wed, 18 Jan 2012 17:27:11 +0100
branchstable
changeset 8174 b3e87e6865ef
parent 0 b97547f5f1fa
permissions -rw-r--r--
[base views] make it easier to override EntityStartupView behaviour when the rset is empty; closes #2126364

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