Skip to content

Commit

Permalink
games-emulation/mupen64plus-ui-console: Regenerate desktop & icon caches
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jan 6, 2018
1 parent b2cea88 commit de0b545
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=5

MY_P=${PN}-src-${PV}
inherit eutils multilib toolchain-funcs
inherit eutils gnome2-utils multilib toolchain-funcs xdg-utils

DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, console UI"
HOMEPAGE="http://www.mupen64plus.org/"
Expand Down Expand Up @@ -78,3 +78,13 @@ src_install() {
emake "${MAKEARGS[@]}" DESTDIR="${D}" install
einstalldocs
}

pkg_postinst() {
xdg_desktop_database_update
gnome2_icon_cache_update
}

pkg_postrm() {
xdg_desktop_database_update
gnome2_icon_cache_update
}

0 comments on commit de0b545

Please sign in to comment.