games-strategy/s25rttr: add friendly postinst msg

This commit is contained in:
Julian Ospald 2016-09-10 17:49:19 +02:00
parent 494629f085
commit 7917889875
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 6 additions and 0 deletions

View File

@ -88,3 +88,9 @@ src_install() {
dodoc RTTR/texte/{keyboardlayout.txt,readme.txt}
}
pkg_postinst() {
elog "Copy your Settlers2 game files into ~/.${PN}/S2"
gtk-icon-cache_pkg_postinst
}