blob: 783fd10d76976e9f17fbe67a9c21f2fc876f15c7 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo ">>> NOTE: Solar2D may crash on startup (SIGABRT) if certain game controllers"
echo ">>> or flight sim peripherals (hotas, pedals, etc.) are connected."
echo ">>> If the application fails to start, please try disconnecting these."
}
post_upgrade() {
post_install
}
|