summarylogtreecommitdiffstats
path: root/fenrir-git.install
diff options
context:
space:
mode:
authorStorm Dragon2025-04-28 15:58:15 -0400
committerStorm Dragon2025-04-28 15:58:15 -0400
commitd9bb233cdca5aea2dac32f760fdfb746d780a070 (patch)
tree47914dfc89dd5de79a671e6cbd5b578330595033 /fenrir-git.install
parentf9ba04f97e4a20b293715d1b8953a6fb77ea3aaf (diff)
downloadaur-d9bb233cdca5aea2dac32f760fdfb746d780a070.tar.gz
Updated dependencies and added install file to warn about configuration name change.
Diffstat (limited to 'fenrir-git.install')
-rw-r--r--fenrir-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/fenrir-git.install b/fenrir-git.install
new file mode 100644
index 000000000000..d82ca30c5e77
--- /dev/null
+++ b/fenrir-git.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ echo "==> IMPORTANT: Fenrir configuration update needed"
+ echo " A setting name has changed. Please check /etc/fenrirscreenreader/settings/settings.conf"
+ echo " and replace all occurrences of 'suspendingscreen' with 'ignorescreen'."
+}