blob: 89b3b3b5861827e850a484a5598635e9bf3ffcf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat <<- EOF
:: Make sure you add a valid WAD file to
:: /usr/share/games/brutal-doom/
:: e.g. DOOM.WAD, DOOM2.WAD.
EOF
}
post_upgrade() {
post_install $1
}
|