summarylogtreecommitdiffstats
path: root/infer-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'infer-bin.install')
-rw-r--r--infer-bin.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/infer-bin.install b/infer-bin.install
new file mode 100644
index 000000000000..b2055f6b0ddb
--- /dev/null
+++ b/infer-bin.install
@@ -0,0 +1,7 @@
+# arg 1: the new package version
+post_install() {
+ echo 'Please note:'
+ echo ' Infer does not seem to work with all java environments'
+ echo ' It has been confirmed to work with jre8-openjdk'
+ echo ' For help with java environments see https://wiki.archlinux.org/index.php/java'
+}