summaryrefslogtreecommitdiffstats
path: root/core/modules/openjdk-8-jre-headless/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/openjdk-8-jre-headless/module.build')
-rw-r--r--core/modules/openjdk-8-jre-headless/module.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/modules/openjdk-8-jre-headless/module.build b/core/modules/openjdk-8-jre-headless/module.build
new file mode 100644
index 00000000..163ba3a0
--- /dev/null
+++ b/core/modules/openjdk-8-jre-headless/module.build
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ # remove GNOME from accessibility.properties
+ sed -i 's/^\(assistive_technologies=.*\)$/#\1/g' /etc/java-8-openjdk/accessibility.properties
+}