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