summarylogtreecommitdiffstats
path: root/crispy-doom.install
blob: ebe08e9d8ca3412363af29eddd7f90932a1e3d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat <<EOF
>>> Copy any IWAD files to the global default /usr/share/games/doom
>>>
>>> In order to allow co-existence with Chocolate Doom, the following
>>> manual pages have been removed:
>>>   default.cfg heretic.cfg hexen.cfg strife.cfg
>>> They are identical to and are available in the Chocolate Doom packages
>>> instead.
EOF
}