Upstream release 4.7.1

This commit is contained in:
Marcel Kapfer 2017-09-28 14:21:46 +02:00
parent 71b243618d
commit 18ca8cd5de
15 changed files with 17 additions and 10 deletions

View file

@ -0,0 +1,17 @@
#!/bin/bash
set -e
#!/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*
##DEBHELPER##