mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
13 lines
218 B
Bash
13 lines
218 B
Bash
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
|
||
}
|