summaryrefslogtreecommitdiffstats
path: root/logisim-evolution/logisim-evolution.install
blob: 4dd219f395c97e1602662f8e6dfafc7376bc8b89 (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 >= 21, if you have multiple jdks installed
  please ensure the correct one is set;

  # archlinux-java set java-21-openjdk # or java-22-openjdk

  -----

  Please notice that this AUR repo is a build-from-source package.

  The binary version can be found as 'logisim-evolution-bin'.


EOF
}