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

post_install() {
  unityhub_msg
}

post_upgrade() {
  unityhub_msg
}