blob: 83f7f037ba6cb53052bb150b2450f0e2c39c0387 (
plain)
1
2
3
4
5
6
|
post_install() {
echo ">> RBDoom 3 BFG requires the game data files to play."
echo ">> Either install the optional doom3-bfg-data package"
echo ">> or copy the \"base\" directory of any Doom 3 BFG install"
echo ">> to either ~/.rbdoom3bfg or /usr/share/games/doom3bfg."
}
|