You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KasmVNC/contrib/packages/deb/ubuntu-precise/debian/xtigervncviewer.prerm

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