This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
eclipse-ide-java/eclipse-ide-java_4.7.2/debian/postinst

18 lines
238 B
Bash

#!/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##