#!/bin/sh

install-info --quiet --remove /usr/share/info/ocaml.info.gz

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/ocaml-doc ]; then
	rm -f /usr/doc/ocaml-doc
fi
# End automatically added section
