summarylogtreecommitdiffstats
path: root/ags.install
blob: 33f7f11c7a87cca38b620ba35c48a594d716223b (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 ""
}