blob: 83b52b8976208ed032a709cc18822f3409cd031d (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo ">> Requires retail pak file(s) to play"
echo ">> Place in /opt/vkquake2/baseq2"
echo ">> and change the owner of that"
echo ">> directory from root to yourself"
echo ">> or the game won't save config"
}
|