summarylogtreecommitdiffstats
path: root/taffybar.install
diff options
context:
space:
mode:
authorSolomon Choina2018-06-13 12:32:05 -0400
committerSolomon Choina2018-06-13 12:32:05 -0400
commitb61690f676be7096111f7412718780e8d335061c (patch)
treef29aa4e56a146ecfba1a4dcbde3e6f0c418ffc8e /taffybar.install
parent64d993e337b03a5ec12ef0345667b701e7be6efd (diff)
downloadaur-b61690f676be7096111f7412718780e8d335061c.tar.gz
doing a rebuild also some fixes also a static commit
Diffstat (limited to 'taffybar.install')
-rw-r--r--taffybar.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/taffybar.install b/taffybar.install
index 8549f8dad454..33a507bd4295 100644
--- a/taffybar.install
+++ b/taffybar.install
@@ -2,8 +2,8 @@
post_install(){
- msg2 'Place a taffybar.hs config file in $HOME/.config/taffybar to use.'
- msg2 'There is an example one at /usr/share/doc/taffybar/taffbar.hs.example'
- msg2 'there is an example xmonad.hs in the above folder'
+ 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'
+ echo 'there is an example xmonad.hs in the above folder'
}