summarylogtreecommitdiffstats
path: root/taffybar.install
blob: 8549f8dad4541f5c9f770e3d5b49bdefdec929a1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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'

}