summarylogtreecommitdiffstats
path: root/mspgcc-ti.install
diff options
context:
space:
mode:
Diffstat (limited to 'mspgcc-ti.install')
-rw-r--r--mspgcc-ti.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mspgcc-ti.install b/mspgcc-ti.install
new file mode 100644
index 000000000000..bde2d4610485
--- /dev/null
+++ b/mspgcc-ti.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo "
+Add /opt/ti/mspgcc/bin to your PATH!
+
+Before using MSPGCC you have to agree with the LICENSE at:
+/opt/ti/mspgcc/License.txt
+"
+}
+
+post_upgrade() {
+ post_install
+}