updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / microchip-mplabx-bin / microchip-mplabx-bin.install
blobaa726f109d2a7f277ac72493960ebf7d8786eb3d
1 post_install() {
2   update-desktop-database -q
3   udevadm control --reload-rules &> /dev/null
5   echo "---------------------------------------------------------
6 Before using MPLAB X you have to agree with LICENSE:
7 /usr/share/licenses/microchip-mplabx-bin/LICENSE
9 To run type 'mplab_ide' in console or just use the 'microchip-mplabx.desktop' desktop file.
10 ---------------------------------------------------------"
13 post_upgrade() {
14   post_install
17 post_remove() {
18   update-desktop-database -q
19   udevadm control --reload-rules &> /dev/null