debian/cubicweb-documentation.postinst
author sylvain.thenault@logilab.fr
Wed, 08 Apr 2009 11:52:10 +0200
branchtls-sprint
changeset 1288 0d0f09c36bba
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix some euser rcategories, drop editgroup form which 1. is unused 2. has no advantage vs muledit of users

#! /bin/sh -e
#

if [ "$1" = configure ]; then
  if which install-docs >/dev/null 2>&1; then
    install-docs -i /usr/share/doc-base/cubicweb-doc
  fi
fi


#DEBHELPER#

exit 0