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