New upstream release 4.5.2

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-03-01 20:10:05 +01:00
parent 06b5c65239
commit a8089c43f5
29 changed files with 51 additions and 939 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