diff options
| author | eroen | 2016-09-01 16:42:28 +0200 |
|---|---|---|
| committer | eroen | 2016-09-01 16:43:48 +0200 |
| commit | 0a596d4cab5612ceb8ae623f2b4545bf3a86d401 (patch) | |
| tree | 2b11da55ecade3d0850f56ff3c7eb7f6b58dc612 | |
| parent | c70133193be8b443aee840718355e5da1a103d39 (diff) | |
| download | eroen-overlay-0a596d4cab5612ceb8ae623f2b4545bf3a86d401.tar.gz eroen-overlay-0a596d4cab5612ceb8ae623f2b4545bf3a86d401.tar.bz2 eroen-overlay-0a596d4cab5612ceb8ae623f2b4545bf3a86d401.tar.xz | |
morrowind-data - add message about usage with openmw
| -rw-r--r-- | games-rpg/morrowind-data/morrowind-data-9999.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-rpg/morrowind-data/morrowind-data-9999.ebuild b/games-rpg/morrowind-data/morrowind-data-9999.ebuild index 19cbf34d..a16b254a 100644 --- a/games-rpg/morrowind-data/morrowind-data-9999.ebuild +++ b/games-rpg/morrowind-data/morrowind-data-9999.ebuild @@ -31,3 +31,16 @@ src_install() { doins Morrowind.ini Journal.htm dodoc Bethesda.TXT readme.txt } + +pkg_postinst() { + elog "If you want to use the data from this package with openmw, you" + elog "should first run " + elog " mkdir ~/.config/openmw" + elog " openmw-iniimporter /usr/share/morrowind-data/Morrowind.ini ~/.config/openmw/openmw.cfg" + elog + elog "Then launch openmw with a command like" + elog " openmw --data \"\\\"/usr/share/morrowind-data/Data Files\\\"\" --content Morrowind.esm --content Tribunal.esm --content Bloodmoon.esm" + elog + elog "Alternatively, you can use openmw-launcher to set up the" + elog "configuration files." +} |
