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 /.quakespasm/id1/ :: 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 :: /.quakespasm/hiptonic (for Mission pack 1) :: /.quakespasm/rogue (for Mission pack 2) :: /.quakespasm/impel (for Abyss of Pandemonium) :: The last one can be grabbed for free from : :: https://www.quaddicted.com/reviews/aopfm_v2.html EOF } post_upgrade() { post_install $1 }