summarylogtreecommitdiffstats
path: root/high-fidelity-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'high-fidelity-bin.install')
-rw-r--r--high-fidelity-bin.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/high-fidelity-bin.install b/high-fidelity-bin.install
new file mode 100644
index 000000000000..98312bd89e55
--- /dev/null
+++ b/high-fidelity-bin.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo
+ echo "==> The following can now be executed:"
+ echo "==> hifi-interface: The graphical archways (client) to the boundless multiverse."
+ echo "==> hifi-assignment-client: A client for assignments. See high fidelity docs for uses."
+ echo "==> hifi-domain-server: Setup high fidelity domain server."
+ echo "==> hifi-ice-server: Set up your own server for high fidelity."
+ echo
+}