#!/bin/sh
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/modconf -a -d /usr/share/doc/modconf ]; then
		ln -sf ../share/doc/modconf /usr/doc/modconf
	fi
fi
