summaryrefslogtreecommitdiff
path: root/debian/jdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/jdb.sh')
-rw-r--r--debian/jdb.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/jdb.sh b/debian/jdb.sh
deleted file mode 100644
index d14f139..0000000
--- a/debian/jdb.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Placeholder script to fake a
-# JDK compatible JAVA_HOME directory.
-
-echo >&2 "This script is only a placeholder."
-echo >&2 "Some programs need a JDK rather than only a JRE to work."
-echo >&2 "They test for this tool to detect a JDK installation, but"
-echo >&2 "don't really need its functionality to work correctly."