summarylogtreecommitdiffstats
path: root/taffybar.install
diff options
context:
space:
mode:
Diffstat (limited to 'taffybar.install')
-rw-r--r--taffybar.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/taffybar.install b/taffybar.install
new file mode 100644
index 000000000000..e3c92122faab
--- /dev/null
+++ b/taffybar.install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+post_install(){
+
+ echo 'Place a taffybar.hs config file in $HOME/.config/taffybar to use.'
+ echo 'There is an example one at /usr/share/doc/taffybar/taffbar.hs.example'
+
+}