summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2021-01-30 17:32:50 +0100
committerSeverin Glöckner2021-01-30 17:32:50 +0100
commitc54fd531faa7fac8cec286b3bc9e4da0a0989178 (patch)
tree853253b8a737d16037ccc06a61bd120f2e32e819
parent327ca54b9f338e3a2750ca60a8f7b86abe3dea5c (diff)
downloadaur-c54fd531faa7fac8cec286b3bc9e4da0a0989178.tar.gz
version number was bumped before this was added
-rw-r--r--xxe.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/xxe.install b/xxe.install
index 9ab9fc026dac..fff0d9f7040c 100644
--- a/xxe.install
+++ b/xxe.install
@@ -13,8 +13,8 @@ post_install() {
}
post_upgrade() {
- fix_scaling=$(vercmp 7.4.1-2 $2)
- if [[ $fix_scaling -ge 0 ]]
+ fix_scaling=$(vercmp $2 9.4.1-2 )
+ if [[ $fix_scaling -le 0 ]]
then
echo ""
echo ">>> The _JAVA_OPTIONS variable is now set at launch to improve the UI-scaling."