summarylogtreecommitdiffstats
path: root/unity-editor.install
blob: 348b30df81c926d108528a171ff5c605843d64d5 (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 --register' after every update."
  echo "To remove the integration you can run 'unity-editor --deregister' or manually remove the entry in UnityHub's GUI."
}

post_install() {
  unityhub_msg
}

post_upgrade() {
  unityhub_msg
}