Upstream release 4.7.0

This commit is contained in:
Marcel Kapfer 2017-07-12 18:41:51 +02:00
parent 3a47121996
commit 24b99d59b1
15 changed files with 11 additions and 5 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