summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCkat2019-04-05 21:16:42 +0200
committerCkat2019-04-05 21:16:42 +0200
commitb0e57d5fa5d0b286344b9a8c8858da18fec871a8 (patch)
tree59fbcd4f5d539fca81467f52ab1e075c5392e680
parent059cc903e776c97ce949f56923bf79c8eeb8b086 (diff)
downloadaur-b0e57d5fa5d0b286344b9a8c8858da18fec871a8.tar.gz
updated post-remove instructions
-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
}