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