Upstream release 2017.1.4

This commit is contained in:
Marcel Kapfer 2017-06-08 11:23:23 +02:00
parent 1b352edc8e
commit 887005ae44
25 changed files with 128 additions and 141 deletions

View file

@ -1,21 +0,0 @@
#!/bin/bash
set -e
cd /opt/
## Extract the package
sudo tar xf /opt/ideaIU-*
## Rename the directory
sudo mv /opt/idea-IU-* /opt/intellij-idea-ultimate
## Remove the tar.gz package
sudo rm /opt/ideaIU-*
## Install the .desktop file, if necessary
if [ -x "/usr/bin/desktop-file-install" ]; then
sudo desktop-file-install /usr/share/applications/intellij-idea-ultimate.desktop
fi
##DEBHELPER##