#! /bin/sh

set -e

if test -L /etc/alternatives/mkvinfo; then
  update-alternatives --remove-all mkvinfo
fi
