Upstream release 14.1.3

This commit is contained in:
Marcel Michael Kapfer 2015-05-17 11:46:36 +02:00
parent 35dcfa03d3
commit 79d8b1e734
29 changed files with 150 additions and 144 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
cd /opt/
## Extract the package
sudo tar xf /opt/ideaIC-*
## Rename the directory
sudo mv /opt/idea-IC-* /opt/intellij-idea-community
## Remove the tar.gz package
sudo rm /opt/ideaIC-*
## Make /usr/bin usable
sudo mv /usr/bin/intellij-idea-community.sh /usr/bin/intellij-idea-community