summaryrefslogtreecommitdiff
path: root/debian/jdb.sh
blob: d14f139d3dd100918436a6fa048e5142a19eb0b9 (plain)
1
2
3
4
5
6
7
8
9
#!/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."