summarylogtreecommitdiffstats
path: root/intellij-idea-ultimate-edition.install
blob: 3cdd8618d2340667b4b9fc1280e4beca1079707a (plain)
1
2
3
4
5
post_upgrade() {
    echo -e "\033[0;33m\033[1m\tWarning:\033[0m Install location has moved to /opt!"
    echo -e "\tIf you have modified *.vmoptions or idea.properties, you will need to move them to the new directory by running:\n"
    echo -e "\tsudo cp -a /usr/share/intellij-idea-ultimate-edition/bin/{*.vmoptions, idea.properties} /opt/intellij-idea-ultimate-edition/bin/"
}