summarylogtreecommitdiffstats
path: root/chatterino2-git.install
blob: c3b3b3845d8fe1569683edd16b16ad5cac48ac40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}