blob: 9d3ce2849b30318163390dd7e7cd9bbee012f085 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
pre_install() {
pre_upgrade
}
pre_upgrade() {
cat << EOF
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
}
|