summarylogtreecommitdiffstats
path: root/dofi-git.install
blob: 7fb10ebf424a42be0f277fb3d74226a5bb2f38f7 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
post_install() {
echo '
to use dofi copy /usr/share/doc/dofi/config.example to $HOME/.config/dofi/config
and edit it to your needs.
'
}
#post_install