debian/cubicweb-documentation.postinst
author Vincent Michel <vincent.michel@logilab.fr>
Wed, 02 Jan 2013 18:17:02 +0100
changeset 8631 1053b9d0fdf7
parent 0 b97547f5f1fa
permissions -rw-r--r--
[dataimport] Allow to replace escape char in the create_copyfrom_buffer

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