KasmVNC/contrib/packages/deb/ubuntu-trusty/debian/xtigervncviewer.prerm
2020-09-20 12:16:44 +00:00

12 lines
158 B
Bash

#!/bin/sh -e
if [ "$1" = "remove" ] ; then
BIN=/usr/bin
update-alternatives --remove \
vncviewer $BIN/xtigervncviewer
fi
#DEBHELPER#
exit 0