Version 4.7.2
This commit is contained in:
parent
18ca8cd5de
commit
d6b9c1dbc1
14 changed files with 20 additions and 8 deletions
17
eclipse-ide-java_4.7.2/debian/postinst
Normal file
17
eclipse-ide-java_4.7.2/debian/postinst
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
#!/bin/bash
|
||||
cd /opt/
|
||||
|
||||
## Extract the package
|
||||
sudo tar xf /opt/eclipse-java*
|
||||
|
||||
## Rename the directory
|
||||
sudo mv /opt/eclipse /opt/eclipse-ide-java
|
||||
|
||||
## Remove the tar.gz package
|
||||
sudo rm /opt/eclipse-java*
|
||||
|
||||
##DEBHELPER##
|
Reference in a new issue