debian/cubicweb-documentation.prerm
author Florent Cayré <florent.cayre@gmail.com>
Tue, 17 Jan 2012 14:26:18 +0100
branchstable
changeset 8169 f9fb7d903800
parent 0 b97547f5f1fa
permissions -rw-r--r--
[manage/index view] fix sources management view appearing in index view although it should not; closes #2126335

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