quakespasm/quakespasm.install

13 lines
275 B
Plaintext
Raw Normal View History

2016-07-04 01:28:21 -07:00
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
}