Upgrade to Eclipse Mars.1 (4.5.1)

- Upgrade to Eclipse Mars.1 (4.5.1) Java
- Remove Eclipse 4.5
This commit is contained in:
Michele Bologna 2016-01-20 17:57:47 +01:00
parent 675017d6e9
commit 4bd4311d65
25 changed files with 947 additions and 1 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
cd /opt/
## Extract the package
sudo tar xf /opt/eclipse-java*
## Rename the directory
sudo mv /opt/eclipse /opt/eclipse-ide-java
## Remove the tar.gz package
sudo rm /opt/eclipse-java*
## Make /usr/bin usable
sudo mv /usr/bin/eclipse-ide-java.sh /usr/bin/eclipse-ide