File: tightvnc-java.prerm

package info (click to toggle)
tightvnc-java 1.3.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 796 kB
  • sloc: java: 8,934; makefile: 122; sh: 83
file content (13 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
    BIN=/usr/bin
    update-alternatives --remove \
	vncviewer $BIN/jtightvncviewer
fi

#DEBHELPER#

exit 0