aboutsummarylogtreecommitdiffstats
path: root/next.install
blob: 6d365595afb30ae059b36357378cee4ff33fad24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
cat << EOF
	neXt is built with the Unity3D game engine. As from neXt version 1.473
	and higher, neXt is built against Unity3D 5.6. From that version on,
	only SDL2 input controllers are supported. Long story short,
	you need to setup your USB controller the right way.

	More information can be found at:
	http://next-rc-heli-simulator.xobor.de/t527f15-The-latest-version-v-can-not-find-usb-controller.html

	P.S. This is still work in progress
EOF
}

post_upgrade() {
    post_install
}