#! /bin/sh

set -e

if [ "$1" = "configure" ]
then
    if [ -d /usr/doc -a ! -e /usr/doc/dpkg-multicd -a -d /usr/share/doc/dpkg-multicd ]
    then
	ln -sf ../share/doc/dpkg-multicd /usr/doc/dpkg-multicd
    fi
fi
