summarylogtreecommitdiffstats
path: root/gz-models.install
blob: 800920657ee44c92828c7e8465f1dacf782c7579 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat << EOF
>> I.  Autoload:
>>     1. Edit this file: "~/.config/gzdoom/zdoom.ini"
>>     2. And put this: "Path=GZ-Models.pk3"; below that:
>>       a) for globally usage: "[Global.Autoload]"
>>       b) per game (eg. only for doom2): "[Doom2.Autoload]"
>> II. Manually as gzdoom argument eg:
>>     gzdoom -iwad doom2.wad -file GZ-Models.pk3
EOF
}