summarylogtreecommitdiffstats
path: root/worldofgoo.install
blob: 2aaeb32b24a7e00424922eb38361cc09c32c542c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install()
{
    cat <<-EOI

  Several settings, like screen resolution, can be changed in the configuration
  file at ~/.WorldOfGoo/config.ini

	EOI
}

# vim:et:sw=4:sts=4