debian/cubicweb-documentation.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 13 Mar 2012 14:20:28 +0100
branchstable
changeset 8302 7965f1e9f399
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] add a watch file Allows tools like uscan to find the tarball for new debian revisions.

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