Version 4.7.2
This commit is contained in:
parent
18ca8cd5de
commit
d6b9c1dbc1
14 changed files with 20 additions and 8 deletions
10
eclipse-ide-java_4.7.2/debian/preinst
Normal file
10
eclipse-ide-java_4.7.2/debian/preinst
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd /opt/
|
||||
|
||||
## Download Eclipse from the eclipse servers
|
||||
wget -c https://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/2/eclipse-java-oxygen-2-linux-gtk-x86_64.tar.gz
|
||||
|
||||
##DEBHELPER##
|
Reference in a new issue