summarylogtreecommitdiffstats
path: root/webapps.install
blob: 16c90c1221aa3e81a91881bfb6ef84a6f0de4f6f (plain)
1
2
3
4
5
6
7
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"
}