media-sound/alsa-tools: Thoroughly handle .desktop and icon files.
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 4 Apr 2018 09:02:05 +0000 (11:02 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 4 Apr 2018 09:02:18 +0000 (11:02 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

media-sound/alsa-tools/alsa-tools-1.1.6.ebuild

index 4e949cb7a3afd63438d2bc0ecea14be25b6df6da..5f4c7573d32d798a623d80537b3b642ba066fe49 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic gnome2-utils xdg-utils
 
 DESCRIPTION="Advanced Linux Sound Architecture tools"
 HOMEPAGE="https://alsa-project.org/"
@@ -148,3 +148,13 @@ src_install() {
        # Punt at least /usr/lib/liblo10k1.la (last checked, 1.0.27)
        find "${ED}" -name '*.la' -delete || die
 }
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+       xdg_desktop_database_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+       xdg_desktop_database_update
+}