#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/xconvers ]; then
  rm -f /usr/doc/xconvers
fi
