blob: 12fd321ba783ec90fecd36de8cd2e60428e7f30c (
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.
  However, binary version (the previous one) can be found as 'logisim-evolution-bin'.
EOF
}
 
  |