summarylogtreecommitdiffstats
path: root/anthywl-git.install
blob: 25487cce8468fe0dfc2ff21238dd47f63d37a46a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat >&2 << 'EOF'

    ##                                                ##
    ## To get started with anthywl, copy the example  ##
    ## `/usr/share/anthywl/examples/config` file to   ##
    ## the `${XDG_HOME}/anthywl/` directory. Or, if   ##
    ## XDG_HOME is not set, to `~/.config/anthywl/`.  ##
    ##                                                ##

EOF
}