mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
if test -L /etc/alternatives/mkvinfo; then
|
|
update-alternatives --remove-all mkvinfo
|
|
fi
|