summarylogtreecommitdiffstats
path: root/ttwatch-git.install
blob: c71ef99e8f29d2eb823df70f494ec8150efd5850 (plain)
1
2
3
4
5
6
7
8
9
post_install() {

  # Instructions to set-up unprivileged access
  echo "==> To set up unprivileged access, follow"
  echo "==> the instructions found at"
  echo "==> https://github.com/ryanbinns/ttwatch#setup-for-unprivileged-access"
  
}
# vim:set ts=2 sw=2 ft=sh et: