summarylogtreecommitdiffstats
path: root/microchip-mplabxc16-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'microchip-mplabxc16-bin.install')
-rw-r--r--microchip-mplabxc16-bin.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/microchip-mplabxc16-bin.install b/microchip-mplabxc16-bin.install
new file mode 100644
index 000000000000..80969b9bfee5
--- /dev/null
+++ b/microchip-mplabxc16-bin.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo "
+Before using MPLAB_XC16 you have to agree with the LICENSE at:
+/usr/share/licenses/microchip-mplabxc16-bin/LICENSE
+
+For using MPLAB_XC16 with MPLAB_X (microchip-mplabx-bin), in MPLAB_X go to:
+Tools->Options->Embedded->Add
+
+and enter:
+/opt/microchip/xc16/v1.23/bin
+"
+}
+
+post_upgrade() {
+ post_install
+}