summarylogtreecommitdiffstats
path: root/clerk.install
blob: 0bf31f183808aba65386fb81068a3fb63d67d280 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "Please copy the provided example config from '/usr/share/doc/clerk/config.example'" 
    echo "to '\$HOME/.config/clerk/config' and adjust it to your needs!"
    echo ""
    echo "  $ mkdir -p \$HOME/.config/clerk"
    echo "  $ cp /usr/share/doc/clerk/config.example \$HOME/.config/clerk/config"
    echo ""
}