summarylogtreecommitdiffstats
path: root/webstorm.install
blob: 2b84b6ec1cb9c1e37b184cd624bfcd4e777b0109 (plain)
1
2
3
4
5
6
7
8
9
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
}