#! /bin/sh

set -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/dpkg-multicd ]
then
    rm -f /usr/doc/dpkg-multicd
fi
