summarylogtreecommitdiffstats
path: root/notes.install
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2022-01-11 23:24:29 +0100
committerSebastian 'gonX' Jensen2022-01-11 23:24:29 +0100
commitc529b455bc6378f870766f7b340688de9d742203 (patch)
tree013eba054e5dddf063c42f2a2b35b9393fe15422 /notes.install
parentaa01bf96c955dc47a17b6b31fd0156e15eb59725 (diff)
downloadaur-c529b455bc6378f870766f7b340688de9d742203.tar.gz
Refresh for OpenTabletDriver v0.6
Diffstat (limited to 'notes.install')
-rw-r--r--notes.install33
1 files changed, 1 insertions, 32 deletions
diff --git a/notes.install b/notes.install
index 950aef3cffff..b006279c37af 100644
--- a/notes.install
+++ b/notes.install
@@ -27,36 +27,10 @@ msg_modules() {
}
msg_faq() {
- echo -e "In the case that you still have issues after following these instructions, the FAQ at ${GREEN}https://github.com/InfinityGhost/OpenTabletDriver/wiki/Linux-FAQ${RESET} may help."
+ 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
}
-
-msg_upgrade_starting() {
- if [ $(vercmp $1 'v0.4.2.r282.g4372321-2') -gt -1 ]
- then
- return 0
- fi
-
- echo "The method of starting the daemon has changed since your previous version of OpenTabletDriver."
- msg_starting
-}
-
-msg_upgrade_systemd() {
- if [ $(vercmp $1 'v0.5.0.r63.g309e422-2') -gt -1 ]
- then
- return 0
- fi
-
- echo "OpenTabletDriver's systemd user service has been updated since your previous version"
- echo "To make systemd aware of this and apply changes immediately, please run the following commands:"
- echo -e "${GREEN}systemctl --user daemon-reload"
- echo "systemctl --user reenable opentabletdriver.service"
- echo -e "systemctl --user restart opentabletdriver.service${RESET}"
- echo
-}
-
-
post_install() {
echo
echo -e "${BOLD}Welcome to OpenTabletDriver!${RESET}"
@@ -67,8 +41,3 @@ post_install() {
msg_modules
msg_faq
}
-
-post_upgrade() {
- msg_upgrade_starting $2
- msg_upgrade_systemd $2
-}