#! /bin/sh -e

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

