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