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

10 lines
223 B
Plaintext

post_install() {
cat <<EOF
To install game data (*.wad files), there are two main locations for
the engine to easily find them:
* For all users: /usr/share/games/doom
* For a single user: ~/.local/share/games/doom
EOF
}