summarylogtreecommitdiffstats
path: root/vkquake.install
blob: 2a34302ee829c7066bd2a335e8d271fa836175a8 (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>/.vkquake/id1/
	EOF
}

post_upgrade() {
	post_install $1
}