Upstream version 4.6.3
This commit is contained in:
parent
7705b7eda3
commit
3a47121996
15 changed files with 11 additions and 5 deletions
5
eclipse-ide-java_4.6.3/debian/preinst
Normal file
5
eclipse-ide-java_4.6.3/debian/preinst
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd /opt/
|
||||
|
||||
## Download Eclipse from the eclipse servers
|
||||
wget http://ftp.fau.de/eclipse/technology/epp/downloads/release/neon/3/eclipse-java-neon-3-linux-gtk-x86_64.tar.gz
|
Reference in a new issue