debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 05 Dec 2011 14:31:43 +0100
branchstable
changeset 8108 91868ec92391
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] Ignore IOError from readline.write_history_file (closes #2106621) We already ignore them when reading the histfile, no reason writing it back should be any different.

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