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