summaryrefslogtreecommitdiffstats
path: root/aur/clerk_fzf-git/clerk-git.install
blob: 3f40820daaac13c59b3b36d184f8671f8922c2dd (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
post_install() {
echo '
Copy /etc/clerk_fzf.conf to $HOME/.config/clerk/clerk_fzf.conf
To initialize cache files, run "clerk_update --create-caches". clerk_fzf is started with clerk_starter.
'
}
#post_install