From: Ole Streicher <olebole@debian.org>
Date: Fri, 3 Mar 2017 10:47:41 +0100
Subject: Adjust classpath in topcat script

---
 src/script/topcat | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/script/topcat b/src/script/topcat
index fc68013..f6ace95 100644
--- a/src/script/topcat
+++ b/src/script/topcat
@@ -79,12 +79,8 @@ if test -x /usr/bin/sw_vers && /usr/bin/sw_vers | grep -iq 'Mac *OS'; then
               -Dcom.apple.mrj.application.apple.menu.about.name=TOPCAT"
 fi
 
-#  Locate the application jar file. 
-for j in $topcat_jars; do
-   if test -z "$appjar" -a -f "$j"; then
-      appjar="$j"
-   fi
-done
+#  Locate the application jar file.
+appjar=/usr/share/java/starlink-topcat.jar
 if test ! -f "$appjar"
 then
    echo 1>&2 "Can't find topcat classes relative to ${scriptname} - looked for:"
