debian/cubicweb-documentation.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 23 Jun 2009 10:53:57 +0200
branchstable
changeset 2135 55fc8b488907
parent 0 b97547f5f1fa
permissions -rw-r--r--
[interfaces] describe more explicitly what should be implemente in the ICalendarable interface

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