summarylogtreecommitdiffstats
path: root/crispy-doom.install
blob: 36b0264e5388e1d1703057461662c40fc6f52b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat <<EOF
>>> Install IWADs into /usr/share/games/doom or /usr/local/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
}