1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/intellij-idea-ultimate-edition/intellij-idea-ultimate-edition.install
2017-11-25 21:32:19 -05:00

5 lines
379 B
Plaintext

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/"
}