diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-07 20:12:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-07 22:48:45 +0200 |
commit | bb6e872865d032decf26a8174b49e1c136d1bb51 (patch) | |
tree | 615ab3ab6deec471ffaf8a0e210ff70edad9ebba /sci-mathematics | |
parent | sci-mathematics/octave: Sort DEPENDs (diff) | |
download | gentoo-bb6e872865d032decf26a8174b49e1c136d1bb51.tar.gz gentoo-bb6e872865d032decf26a8174b49e1c136d1bb51.tar.bz2 gentoo-bb6e872865d032decf26a8174b49e1c136d1bb51.zip |
sci-mathematics/octave: Update GTK+ icon cache
Closes: https://bugs.gentoo.org/646470
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-4.2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild index 70a76ad3ef62..3992dc9da4e1 100644 --- a/sci-mathematics/octave/octave-4.2.2.ebuild +++ b/sci-mathematics/octave/octave-4.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools flag-o-matic fortran-2 java-pkg-opt-2 pax-utils toolchain-funcs xdg-utils +inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils toolchain-funcs xdg-utils DESCRIPTION="High-level interactive language for numerical computations" LICENSE="GPL-3" @@ -177,11 +177,13 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_mimeinfo_database_update xdg_desktop_database_update } pkg_postrm() { + gnome2_icon_cache_update xdg_mimeinfo_database_update xdg_desktop_database_update } |