desktop/odamex/install.sh
2013-04-15 21:46:00 +02:00

13 lines
218 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

instructions() {
echo "You need a DOOM .wad file to play this game."
echo "For example, try installing the freedom package."
}
post_install() {
instructions
}
post_upgrade() {
instructions
}