mkvtoolnix/packaging/debian/mkvtoolnix.preinst

8 lines
109 B
Plaintext
Raw Normal View History

2018-01-07 11:41:49 +00:00
#! /bin/sh
set -e
if test -L /etc/alternatives/mkvinfo; then
update-alternatives --remove-all mkvinfo
fi