summarylogtreecommitdiffstats
path: root/microchip-mplabxc16-bin.install
diff options
context:
space:
mode:
authorGrey Christoforo2015-06-20 19:53:54 +0200
committerGrey Christoforo2015-06-20 19:53:54 +0200
commit2b290cbeaf2b4bd817c914681702410688b30148 (patch)
tree82b5250fcf0af0069ded72126ad6f11aef2e6fb4 /microchip-mplabxc16-bin.install
downloadaur-2b290cbeaf2b4bd817c914681702410688b30148.tar.gz
Initial import
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
+}