debian/cubicweb-documentation.prerm
author Florent Cayré <florent.cayre@gmail.com>
Mon, 27 Jun 2011 18:48:30 +0200
changeset 7565 b355d9dd43df
parent 0 b97547f5f1fa
permissions -rw-r--r--
[js/css concat] do not return 404 when resources of a concatenated data URL does not exist, unless in debugmode; closes #1745644

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