summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen-overlay@occam.eroen.eu>2016-09-01 16:42:28 +0200
committereroen <eroen-overlay@occam.eroen.eu>2016-09-01 16:43:48 +0200
commit0a596d4cab5612ceb8ae623f2b4545bf3a86d401 (patch)
tree2b11da55ecade3d0850f56ff3c7eb7f6b58dc612
parentsteam.eclass - new eclass (diff)
downloaderoen-0a596d4cab5612ceb8ae623f2b4545bf3a86d401.tar.gz
eroen-0a596d4cab5612ceb8ae623f2b4545bf3a86d401.tar.bz2
eroen-0a596d4cab5612ceb8ae623f2b4545bf3a86d401.zip
morrowind-data - add message about usage with openmw
-rw-r--r--games-rpg/morrowind-data/morrowind-data-9999.ebuild13
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 19cbf34..a16b254 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."
+}