intellij-idea-community/intellij-idea-community_15.0.3/debian/postinst
Marcel Kapfer (mmk2410) 7b54f9e15b Upstream Version 15.0.3
2016-01-20 15:15:30 +01:00

15 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