summaryrefslogtreecommitdiffstats
path: root/aur/clerk_fzf-git/clerk_fzf-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'aur/clerk_fzf-git/clerk_fzf-git.install')
-rw-r--r--aur/clerk_fzf-git/clerk_fzf-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/aur/clerk_fzf-git/clerk_fzf-git.install b/aur/clerk_fzf-git/clerk_fzf-git.install
new file mode 100644
index 0000000..7f4b1ef
--- /dev/null
+++ b/aur/clerk_fzf-git/clerk_fzf-git.install
@@ -0,0 +1,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