mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
8 lines
374 B
Text
8 lines
374 B
Text
post_install() {
|
|
echo "Install IWADs into /usr/share/games/doom or /usr/local/share/games/doom"
|
|
echo ""
|
|
echo "Files such as doom2.wad, heretic.wad, hexen.wad, strife1.wad"
|
|
echo "are IWADs appropriate for installation and usage with Chocolate"
|
|
echo "engines. These must be lower-case file names unless using a"
|
|
echo "case-insensitive file system."
|
|
}
|