quakespasm/quakespasm.install

27 lines
847 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/
2019-09-17 13:46:53 -07:00
:: If you have uncommented line in package(),
2016-08-15 05:20:37 -07:00
:: Here is how to install MPs and extensions.
:: There is desktop file for Mission Pack 1 (hipnotic)
:: Mission Pack 2 (rogue)
:: and for Abyss of Pandemonium (impel)
:: You need to copy paks for each extension in
2016-07-26 05:33:48 -07:00
:: <YOUR_HOME_DIR>/.quakespasm/hipnotic (for Mission pack 1)
:: <YOUR_HOME_DIR>/.quakespasm/rogue (for Mission pack 2)
:: <YOUR_HOME_DIR>/.quakespasm/impel (for Abyss of Pandemonium)
:: The last one can be grabbed for free from :
:: https://www.quaddicted.com/reviews/aopfm_v2.html
2016-07-04 01:28:21 -07:00
EOF
}
post_upgrade() {
post_install $1
}