debian/cubicweb-documentation.prerm
author Arthur Lutz <arthur.lutz@logilab.fr>
Mon, 17 Sep 2012 14:39:29 +0200
branchstable
changeset 8745 00c5ea2a064a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] don't link to None in author box (when author has been deleted) (closes #2409855)

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