summarylogtreecommitdiffstats
path: root/intellij-idea-ultimate-edition.install
diff options
context:
space:
mode:
Diffstat (limited to 'intellij-idea-ultimate-edition.install')
-rw-r--r--intellij-idea-ultimate-edition.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/intellij-idea-ultimate-edition.install b/intellij-idea-ultimate-edition.install
new file mode 100644
index 000000000000..3cdd8618d234
--- /dev/null
+++ b/intellij-idea-ultimate-edition.install
@@ -0,0 +1,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/"
+} \ No newline at end of file