commit:     8305b21b681b52f356b94fb10e8a79e8f4fee911
Author:     Casey Avila <casey <AT> theavilas <DOT> org>
AuthorDate: Mon Feb 22 18:58:27 2021 +0000
Commit:     Casey Avila <casey <AT> theavilas <DOT> org>
CommitDate: Mon Feb 22 18:58:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8305b21b

media-sound/pianobooster: use xdg eclass instead of xdg-utils

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Casey Avila <casey <AT> theavilas.org>

 media-sound/pianobooster/pianobooster-1.0.0.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/media-sound/pianobooster/pianobooster-1.0.0.ebuild 
b/media-sound/pianobooster/pianobooster-1.0.0.ebuild
index 530d45fc..4b82a390 100644
--- a/media-sound/pianobooster/pianobooster-1.0.0.ebuild
+++ b/media-sound/pianobooster/pianobooster-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake xdg-utils
+inherit cmake xdg
 
 DESCRIPTION="A MIDI player/game that displays notes and teaches you how to 
play the piano"
 HOMEPAGE="https://www.pianobooster.org";
@@ -53,13 +53,3 @@ src_configure() {
 
        cmake_src_configure
 }
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to