summarylogtreecommitdiffstats
path: root/unity-editor-beta.install
blob: 2949eec045f704d920b6e2ee6eda4989301b08f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
unityhub_msg() {
  echo "To integrate with UnityHub you can run 'unity-editor-beta --register' after every update."
  echo "To remove the integration you can run 'unity-editor-beta --deregister' or manually remove the entry in UnityHub's GUI."
}

post_install() {
  unityhub_msg
}

post_upgrade() {
  unityhub_msg
}