summarylogtreecommitdiffstats
path: root/webstorm.install
diff options
context:
space:
mode:
Diffstat (limited to 'webstorm.install')
-rw-r--r--webstorm.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/webstorm.install b/webstorm.install
new file mode 100644
index 000000000000..2b84b6ec1cb9
--- /dev/null
+++ b/webstorm.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo
+ echo "You can buy a license after the 30-day trial period here:"
+ echo "https://www.jetbrains.com/webstorm/buy/"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}