debian/cubicweb-documentation.postinst
author sylvain.thenault@logilab.fr
Thu, 23 Apr 2009 17:21:39 +0200 (2009-04-23)
branchtls-sprint
changeset 1452 546b9884d92c
parent 0 b97547f5f1fa
permissions -rw-r--r--
delete spaces, use .row .col instead of fixed 0 0
#! /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