summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chatterino2-git.install12
1 files changed, 1 insertions, 11 deletions
diff --git a/chatterino2-git.install b/chatterino2-git.install
index c3b3b3845d8f..d2faae13c24c 100644
--- a/chatterino2-git.install
+++ b/chatterino2-git.install
@@ -1,17 +1,7 @@
-post_install() {
- cat << EOF
-
-==> Make sure you properly close chatterino after configuring, this is needed to save settings properly currently.
-
-(this may or may not still be the case at the time of installing this.)
-
-EOF
-}
-
post_remove() {
cat << EOF
-==> To remove Chatterino settings, delete ~/.config/chatterino
+==> To remove Chatterino settings and cache, delete ~/.local/share/chatterino
EOF
}