#!/bin/sh

install-info --quiet --section Programming Programming		\
	--description="The Object ive Caml system"		\
	/usr/share/info/ocaml.info.gz

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/ocaml-doc -a -d /usr/share/doc/ocaml-doc ]; then
		ln -sf ../share/doc/ocaml-doc /usr/doc/ocaml-doc
	fi
fi
# End automatically added section
