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