KasmVNC/contrib/packages/deb/ubuntu-xenial/debian/xtigervncviewer.prerm

12 lines
158 B
Plaintext
Raw Normal View History

2020-09-20 14:16:44 +02:00
#!/bin/sh -e
if [ "$1" = "remove" ] ; then
BIN=/usr/bin
update-alternatives --remove \
vncviewer $BIN/xtigervncviewer
fi
#DEBHELPER#
exit 0