summarylogtreecommitdiffstats
path: root/wemux-git.install
blob: 8b02dd50051fecf47870c0e34203b695db67a00f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
   echo "#####################################################################"
   echo "#  IMPORTANT:                                                       #"
   echo "#  In order to use wemux you must set a user to be a wemux host by  #"
   echo "#  adding their username to the host_list in /etc/wemux/wemux.conf. #"
   echo "#####################################################################"
}

# vim:set ts=2 sw=2 et: