debian/cubicweb-documentation.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Sun, 20 Jun 2010 15:09:42 +0000
branchstable
changeset 5801 355d3945c1f3
parent 0 b97547f5f1fa
permissions -rw-r--r--
Use SQL standard ALTER TABLE command (with ADD instead of ADD COLUMN)

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