mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-30 14:58:50 +00:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
[ "$1" = "remove" ] || [ "$1" = "deconfigure" ] && \
|
||
|
update-alternatives --remove mkvinfo /usr/bin/mkvinfo-gui
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|