summarylogtreecommitdiffstats
path: root/microchip-mplabx-bin.install
diff options
context:
space:
mode:
authorMickaël Thomas2020-08-09 22:17:14 +0200
committerMickaël Thomas2020-08-09 22:17:14 +0200
commit0904a795f75888416fa2f94218fb78a95ede7bf8 (patch)
treeeece1bdc24a31af7f7796894a75fd7ba375abea1 /microchip-mplabx-bin.install
parent4f3a909edcb41c5db3e8c0a4cce77b42ca8cbf58 (diff)
downloadaur-0904a795f75888416fa2f94218fb78a95ede7bf8.tar.gz
Update to v5.40
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
-}