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