Upstream version 4.6.3

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-03-24 16:21:31 +01:00
parent 7705b7eda3
commit 3a47121996
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