intellij-idea-community/intellij-idea-community_2016.2.0/debian/postinst
Marcel Kapfer (mmk2410) 8327a9e17b Upstream Release 2016.2
2016-07-13 20:33:37 +02:00

14 lines
303 B
Bash

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