summarylogtreecommitdiffstats
path: root/dk.install
blob: eff48bfe56006f9102cff260dee37315c193bc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install()
{
  cat << EOF

  Get started with dk using the example rc files:

    $ pacman -S sxhkd
    $ mkdir -p ~/.config/dk
    $ cp /usr/share/doc/dk/{dk,sxhkd}rc \$HOME/.config/dk/

  For more information, see man dk or
  https://bitbucket.org/natemaia/dk/src/master/README.md

EOF
}

# vim:ft=sh