summarylogtreecommitdiffstats
path: root/webapps.install
diff options
context:
space:
mode:
Diffstat (limited to 'webapps.install')
-rw-r--r--webapps.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapps.install b/webapps.install
new file mode 100644
index 000000000000..16c90c1221aa
--- /dev/null
+++ b/webapps.install
@@ -0,0 +1,8 @@
+post_install(){
+ echo "==> Web-apps installed to /apps"
+ echo " Calculator-> file:///apps/calc/index.html"
+ echo " Notes-> file:///apps/notes/index.html"
+ echo " Timers-> file:///apps/timers/index.html"
+ echo " Wageclock-> file:///apps/wageclock/index.html"
+}
+