#! /bin/sh

if [ "$1" = configure ]; then
    if [ -d /usr/doc -a ! -e /usr/doc/dselect -a -d /usr/share/doc/dselect ] ; then
        ln -s ../share/doc/dselect /usr/doc/dselect
    fi
fi
