summaryrefslogtreecommitdiff
path: root/lagrange-nosse41/lagrange.install
diff options
context:
space:
mode:
authorDeposite Pirate2022-08-25 18:04:28 +0200
committerDeposite Pirate2022-08-25 18:04:28 +0200
commit2f8b3ad7dd69d61d8f3b2ccea32b7265118a1bd8 (patch)
tree529aecd8e5e1cba7cbafa50f639f56786b395e70 /lagrange-nosse41/lagrange.install
parent142de6573cda0147e51e072536a53d7ace30597f (diff)
Lagrange build that works with CPUs without SSE 4.1
new file: lagrange-nosse41/.SRCINFO new file: lagrange-nosse41/PKGBUILD new file: lagrange-nosse41/lagrange.install
Diffstat (limited to 'lagrange-nosse41/lagrange.install')
-rw-r--r--lagrange-nosse41/lagrange.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/lagrange-nosse41/lagrange.install b/lagrange-nosse41/lagrange.install
new file mode 100644
index 0000000..4e359db
--- /dev/null
+++ b/lagrange-nosse41/lagrange.install
@@ -0,0 +1,15 @@
+post_upgrade() {
+ if [[ $1 = 1.6.0-1 ]] || [[ $1 = 1.6.1-1 ]]; then
+ echo ""
+ echo "Notes for update 1.6.0:"
+ echo "A new TOFU trust store will be created. The old one is kept around but ignored."
+ echo "App state serialization format has been updated. Downgrading to a previous release will cause app state to be reset (e.g., tabs closed, navigation history cleared)."
+ echo ""
+ elif [[ $1 = 1.7.0-3 ]]; then
+ echo ""
+ echo "Notes for update 1.7.0:"
+ echo "Bookmarks file format has changed. Your existing bookmarks will be imported to the new format. The old bookmarks.txt file can be found in the config directory and is writable only by v1.6 and earlier versions."
+ echo "Saved UI state format has changed. Downgrading will reset window state, close all tabs, and clear the navigation cache."
+ echo ""
+ fi
+}