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