summarylogtreecommitdiffstats
path: root/xxe.install
diff options
context:
space:
mode:
authorSeverin Glöckner2022-02-22 14:41:51 +0100
committerSeverin Glöckner2022-02-22 15:51:48 +0100
commit141f64eda6b2b9f1bbeca43755af701fb00d1544 (patch)
tree5ffe7a134b6f9b50a4166ec1e16dd2fd98c3d9a4 /xxe.install
parent0ac8c0f95db5b5d36c022516784051c1c6967a49 (diff)
downloadaur-141f64eda6b2b9f1bbeca43755af701fb00d1544.tar.gz
update to 10.0.0 & allow opening multiple files via the launcher
Diffstat (limited to 'xxe.install')
-rw-r--r--xxe.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/xxe.install b/xxe.install
index f8fcc5bad504..5aa6ac8e37c3 100644
--- a/xxe.install
+++ b/xxe.install
@@ -16,6 +16,7 @@ post_install() {
post_upgrade() {
manual
+
fix_scaling=$(vercmp $2 9.4.1-2 )
if [[ $fix_scaling -le 0 ]]
then
@@ -25,6 +26,15 @@ post_upgrade() {
echo ">>> The setting is at Options -> Preferences -> General"
echo ""
fi
+
+ major_update=$(vercmp ${1/.*} ${2/.*})
+ if [[ major_update -gt 0 ]]
+ then
+ echo ""
+ echo "Major Version Update. XXE will use a new configuration directory."
+ echo "Copy over your old one or download add-ons again."
+ echo ""
+ fi
}
manual() {