summarylogtreecommitdiffstats
path: root/notes.install
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2022-11-14 22:42:52 +0100
committerSebastian 'gonX' Jensen2022-11-14 22:42:52 +0100
commit36a233b60c6d0c7c4a9cf6c0843eccdf08541794 (patch)
tree3306890f5fe176ab9399a8691f522471e66c07ea /notes.install
parent24b31630b6f204b1fc7be3ab7d2a354c9b383c87 (diff)
downloadaur-36a233b60c6d0c7c4a9cf6c0843eccdf08541794.tar.gz
0.7.0.0pre compatibility
(0.7.0.0pre is an unofficial tag)
Diffstat (limited to 'notes.install')
-rw-r--r--notes.install7
1 files changed, 6 insertions, 1 deletions
diff --git a/notes.install b/notes.install
index 9254262f4e6f..19e4246c7173 100644
--- a/notes.install
+++ b/notes.install
@@ -27,7 +27,7 @@ msg_modules() {
}
msg_faq() {
- echo -e "In the case that you still have issues after following these instructions, the FAQ at ${GREEN}https://opentabletdriver.net/Wiki/FAQ/Linux${RESET} may help."
+ echo -e "In case that you still have issues after following these instructions, the FAQ at ${GREEN}https://opentabletdriver.net/Wiki/FAQ/Linux${RESET} may help."
echo
}
@@ -51,4 +51,9 @@ post_upgrade() {
echo -e "You may want to clear the contents of the ${GREEN}Plugins/${RESET} and ${GREEN}Configurations/${RESET} folder in ${GREEN}~/.config/OpenTabletDriver/${RESET}"
echo
fi
+ if [ $(vercmp $2 0.7.0.0pre) -lt 0 ]; then
+ echo -e "${BOLD}The plugin API and tablet configuration format has again changed in OpenTabletDriver 0.7${RESET}"
+ echo -e "You may want to clear the contents of the ${GREEN}Plugins/${RESET} and ${GREEN}Configurations/${RESET} folder in ${GREEN}~/.config/OpenTabletDriver/${RESET}"
+ echo
+ fi
}