summarylogtreecommitdiffstats
path: root/ags.install
blob: 62403a86f514031da6888c8f4876a5425143f7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo ""
  echo " In order to run a game, you must first install it either with Wine"
       echo " or just use Windows installation"

  echo " To run it type ags '/GameDir/Game.exe'"

  echo " The native game configurator isn't supported yet,"
       echo " so you must use the Windows one ('winsetup.exe') with Wine."
  echo ""
}