#!/bin/sh

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