Add Eclipse Neon (4.6.0)
This commit is contained in:
parent
9bd31fdd0d
commit
dfa5b8f60b
31 changed files with 969 additions and 45 deletions
6
eclipse-ide-java_4.6.0/debian/postrm
Normal file
6
eclipse-ide-java_4.6.0/debian/postrm
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Remove the program folder
|
||||
sudo rm -rf /opt/eclipse-ide-java
|
||||
|
||||
sudo rm /usr/bin/eclipse-ide
|
Reference in a new issue