From 0a596d4cab5612ceb8ae623f2b4545bf3a86d401 Mon Sep 17 00:00:00 2001 From: eroen Date: Thu, 1 Sep 2016 16:42:28 +0200 Subject: morrowind-data - add message about usage with openmw --- games-rpg/morrowind-data/morrowind-data-9999.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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." +} -- cgit v1.2.1