#!/bin/bash
set -e
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##