summarylogtreecommitdiffstats
path: root/wemux.install
diff options
context:
space:
mode:
authorJustin Dray2016-03-29 13:41:53 +1000
committerJustin Dray2016-03-29 13:41:53 +1000
commite2db90ec4159c5e2055630d4c1a6552d183ad4dd (patch)
treebca8ba15e0661abde74a3d20d3fedba90adb9ab1 /wemux.install
downloadaur-wemux.tar.gz
Update to: 3.2.0-1
Diffstat (limited to 'wemux.install')
-rw-r--r--wemux.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/wemux.install b/wemux.install
new file mode 100644
index 000000000000..8b02dd50051f
--- /dev/null
+++ b/wemux.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: