1 2 3 4 5 6 7 8
post_install() { echo "You need Quake II data files to play, copy them to '~/.yq2/baseq2'." } post_upgrade() { post_install }