summarylogtreecommitdiffstats
path: root/chatterino2-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'chatterino2-git.install')
-rw-r--r--chatterino2-git.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/chatterino2-git.install b/chatterino2-git.install
new file mode 100644
index 000000000000..c3b3b3845d8f
--- /dev/null
+++ b/chatterino2-git.install
@@ -0,0 +1,17 @@
+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
+
+EOF
+}