summarylogtreecommitdiffstats
path: root/microchip-mplabxc16-bin.install
blob: 80969b9bfee5836f46599f33391be6120ddb8377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}