diff options
author | Carl Schwan | 2018-06-13 11:11:41 +0200 |
---|---|---|
committer | Carl Schwan | 2018-06-13 11:11:41 +0200 |
commit | 07be0ab546fcb1abb98ec423f46ac417fc56eff1 (patch) | |
tree | 95e9c6c3269f620e9e4224120495ebef1d9de17c /.install | |
download | aur-07be0ab546fcb1abb98ec423f46ac417fc56eff1.tar.gz |
initial commit
Diffstat (limited to '.install')
-rw-r--r-- | .install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.install b/.install new file mode 100644 index 000000000000..f3aa0d48773c --- /dev/null +++ b/.install @@ -0,0 +1,4 @@ +post_install() { + echo "Dont forget to set your java sdk to java-10-jdk" + echo "Use archlinux-java set java-10-jdk" +} |