debian/cubicweb-documentation.prerm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 27 May 2009 12:46:31 +0200
branchstable
changeset 1958 a9594cfd7c6d
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3_2_2-1 for changeset 92d1a15f08f7

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