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