debian/cubicweb-documentation.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Oct 2010 12:23:59 +0200
changeset 6557 37b33760bc4a
parent 0 b97547f5f1fa
permissions -rw-r--r--
[css] fix regression introduced by 6548:fd36c1049eed: we actually need display:block on box <a> to get proper behaviour on mouse hover

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