mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
if test -L /etc/alternatives/mkvinfo; then
|
||
|
update-alternatives --remove-all mkvinfo
|
||
|
fi
|