mkvtoolnix/packaging/debian/mkvtoolnix.preinst

8 lines
109 B
Bash
Executable File

#! /bin/sh
set -e
if test -L /etc/alternatives/mkvinfo; then
update-alternatives --remove-all mkvinfo
fi