Initial commit
This commit is contained in:
parent
d5ee58b672
commit
41affde562
22 changed files with 1156 additions and 0 deletions
4
eclipse-ide-java_1.0/debian/postrm
Normal file
4
eclipse-ide-java_1.0/debian/postrm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Remove the program folder
|
||||
sudo rm -rf /opt/eclipse-ide-java
|
Reference in a new issue