summarylogtreecommitdiffstats
path: root/microchip-mplabx-bin.install
blob: 845cadd3160f4dff31b328f04048f10c0dd35e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
  update-desktop-database -q
  udevadm control --reload-rules &> /dev/null

  echo "---------------------------------------------------------
Before using MPLAB X you have to agree with LICENSE:
/usr/share/licenses/microchip-mplabx-bin/LICENSE

To run MPLAB X type 'mplab_ide' in console or just use the 'microchip-mplabx.desktop' desktop file.

To run (IPE) Integrated Programmer Environment (Beta) type 'mplab_ipe' in console or just use the 'microchip-mplab_ipe.desktop' desktop file.
---------------------------------------------------------"
}

post_upgrade() {
  post_install
}

post_remove() {
  update-desktop-database -q
  udevadm control --reload-rules &> /dev/null
}