games-board/pysolfc: remove seemingly broken russian translation

Wasn't installed until recently, and installing it now makes
the game near-unplayable if someone happens to use it.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2021-09-24 14:39:09 -04:00
parent 9d6f88e10e
commit 5ae3e7f0f2

View File

@@ -52,4 +52,7 @@ python_install_all() {
# html files are used at runtime, keep at default location
dosym -r /usr/share/{${MY_PN},doc/${PF}}/html
# russion translation is currently not displaying right
rm "${ED}"/usr/share/locale/ru/LC_MESSAGES/pysol.mo || die
}