debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 12 Nov 2013 17:10:16 +0100
branchstable
changeset 9355 19ab31ea6ffb
parent 0 b97547f5f1fa
permissions -rw-r--r--
Fix use of vreg.config.anonymous_user() If no anonymous user is declared, anonymous_user() returns 'None, None', not 'None'.

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