mkvtoolnix/debian-upstream/mkvtoolnix-gui.prerm
Moritz Bunkus d32639b1d5 Renamed the "debian" directory to "debian-upstream"
Bug 329 asks for this rename as it makes the life of
the official Debian/Ubuntu package maintainers easier
(and the job of the folks reviewing the packages as
well).
2009-01-21 13:42:29 +01:00

12 lines
161 B
Bash

#! /bin/sh
set -e
[ "$1" = "remove" ] || [ "$1" = "deconfigure" ] && \
update-alternatives --remove mkvinfo /usr/bin/mkvinfo-gui
#DEBHELPER#
exit 0