summarylogtreecommitdiffstats
path: root/fs2_open.install
blob: 9af468f48cacdffcb825e58bcdb9f6fb1f201b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {

cat << EOF
>>> Copy /usr/share/fs2_open/options to ~/.fs2_open/
>>> and add command-line flags in there - most of the game's
>>> configuration is done via these flags if a GUI launcher
>>> is not used.  Details are available within the file.
EOF
}

post_upgrade() {
	post_install
}