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