summarylogtreecommitdiffstats
path: root/quakespasm-svn.install
blob: 711637c701674908e8fe133b519d7c52ddc3c0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	cat <<- EOF
		:: You need the Quake data (.pak) files to play.
		:: pak0.pak to play the shareware episode and/or
		:: additionally pak1.pak for the whole game.
		:: Put them into <YOUR_HOME_DIR>/.quakespasm/id1/
	EOF
}

post_upgrade() {
	post_install $1
}