projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95a7ce
)
games-emulation/m64py: Regenerate .desktop cache
author
Michał Górny
<mgorny@gentoo.org>
Mon, 1 Jan 2018 13:30:48 +0000
(14:30 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 1 Jan 2018 13:47:27 +0000
(14:47 +0100)
games-emulation/m64py/m64py-0.2.4.ebuild
patch
|
blob
|
history
diff --git
a/games-emulation/m64py/m64py-0.2.4.ebuild
b/games-emulation/m64py/m64py-0.2.4.ebuild
index 539d28ed1665b256a3346bdbf2f4c108d28f3a84..67f1a08e3940b586ce38e0e2d8d4dd2648071293 100644
(file)
--- a/
games-emulation/m64py/m64py-0.2.4.ebuild
+++ b/
games-emulation/m64py/m64py-0.2.4.ebuild
@@
-5,7
+5,7
@@
EAPI=5
PYTHON_COMPAT=( python3_{4,5} )
-inherit distutils-r1 versionator
+inherit distutils-r1 versionator
xdg-utils
DESCRIPTION="A frontend for Mupen64Plus"
HOMEPAGE="http://m64py.sourceforge.net/"
@@
-32,6
+32,8
@@
_EOF_
}
pkg_postinst() {
+ xdg_desktop_database_update
+
local vr
for vr in ${REPLACING_VERSIONS}; do
if ! version_is_at_least 0.2.1-r1 ${vr}; then
@@
-60,3
+62,7
@@
pkg_postinst() {
elog "or dev-python/pylzma."
fi
}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}