mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +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
|