blob: 9d2c85d2013b1811b6bbc06081c03b8138746cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pre_install() {
pre_upgrade
}
pre_upgrade() {
cat << EOF
This package requires java-runtime>= 16, if you have multiple jdks installed
please ensure the correct one is set;
# archlinux-java set java-16-openjdk
-----
Please notice that this AUR repo is a build-from-source package.
The binary version can be found as 'logisim-evolution-bin'.
EOF
}
|