summarylogtreecommitdiffstats
path: root/topcoder.install
diff options
context:
space:
mode:
authorThiago Perrotta2015-06-14 02:37:31 -0300
committerThiago Perrotta2015-06-14 02:37:31 -0300
commitc793f12ba0456f857b54fdd913294cf044e2063b (patch)
treeab11d965145f34123c61fcc1057a1e7058ac186d /topcoder.install
downloadaur-c793f12ba0456f857b54fdd913294cf044e2063b.tar.gz
Initial commit
Diffstat (limited to 'topcoder.install')
-rw-r--r--topcoder.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/topcoder.install b/topcoder.install
new file mode 100644
index 000000000000..ea5b7d75103c
--- /dev/null
+++ b/topcoder.install
@@ -0,0 +1,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
+}