summarylogtreecommitdiffstats
path: root/microchip-mplabx-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'microchip-mplabx-bin.install')
-rwxr-xr-xmicrochip-mplabx-bin.install29
1 files changed, 0 insertions, 29 deletions
diff --git a/microchip-mplabx-bin.install b/microchip-mplabx-bin.install
deleted file mode 100755
index 9eb7c9faaf48..000000000000
--- a/microchip-mplabx-bin.install
+++ /dev/null
@@ -1,29 +0,0 @@
-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, type 'mplab_ipe' in console or just use the 'microchip-mplab_ipe.desktop' desktop file.
----------------------------------------------------------"
-
-if [[ ! -f "/usr/lib/jvm/default-runtime/jre/lib/ext/jfxrt.jar" ]]; then
- echo
- echo "WARNING: JavaFX is not installed in your default Java installation. MPLAB X will not work."
- echo "Perhaps you should install java-openjfx ?"
- echo
-fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- update-desktop-database -q
- udevadm control --reload-rules &> /dev/null
-}