summarylogtreecommitdiffstats
path: root/topcoder.install
blob: ea5b7d75103c69d485e171a8e346fabf1ca91959 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "To integrate plug-ins with the arena, you should follow this"
  echo "tutorial http://topblogcoder.com/tutorials/kawigiedit-tutorial/"
  echo
  echo "To get the entrypoints, see "
  echo "http://community.topcoder.com/tc?module=Static&d1=applet&d2=plugins"
}

post_upgrade() {
  post_install
}