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