Files
extra/darkplaces/darkplaces.install
2025-06-22 20:39:04 -05:00

11 lines
153 B
Plaintext

post_install() {
cat <<EOF
You need data files to play.
Copy the "id1" directory to /usr/share/games/quake
EOF
}
post_upgrade() {
post_install $1
}