summaryrefslogtreecommitdiffstats
path: root/core/modules/openjdk-8-jre-headless/module.build
blob: 163ba3a0bc04bf91bc35d7236f6b15615c6ad966 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}