Upstream release 4.7.0
This commit is contained in:
parent
3a47121996
commit
24b99d59b1
15 changed files with 11 additions and 5 deletions
6
eclipse-ide-java_4.7.0/debian/postrm
Normal file
6
eclipse-ide-java_4.7.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