summarylogtreecommitdiffstats
path: root/sun-wtk.install
diff options
context:
space:
mode:
authorDmitriy Bogdanov2016-05-09 12:17:40 +0400
committerDmitriy Bogdanov2016-05-09 12:17:40 +0400
commitccffc5782963b65453458a24ea28d88c6dbae0c4 (patch)
tree26963013b5f2dd61eac937ec99c26355f516e20e /sun-wtk.install
downloadaur-ccffc5782963b65453458a24ea28d88c6dbae0c4.tar.gz
Initial commit
Diffstat (limited to 'sun-wtk.install')
-rw-r--r--sun-wtk.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/sun-wtk.install b/sun-wtk.install
new file mode 100644
index 000000000000..600934eb57f1
--- /dev/null
+++ b/sun-wtk.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo ' PLEASE NOTE:'
+ echo '-------------------------------------------------------------'
+ echo ' You may want to set up $WTK_JRE_PATH environment variable '
+ echo ' (for example in /etc/profile.d/sun-wtk.* or in ~/.profile) '
+ echo ' so that it points to `lib32-jre` directory. '
+ echo ' Otherwise $JAVA_HOME '
+ echo ' or /usr/lib/jvm/java-default-runtime/jre will be used. '
+ echo '-------------------------------------------------------------'
+}
+
+post_upgrade() {
+ post_install
+}