blob: ce9a19a7c535169b183cd702c34130a8c4d7524b (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat <<MSG
You have to copy the Doom 3 *.pk4 files to /usr/share/dhewm3/base.
If you have Doom 3: Resurrection of Evil, you may also copy its
*.pk4 files into the d3xp directory.
MSG
}
|