]> Some of my projects - anidbudpclient-overlay.git/commitdiff
Fix installation of desktop file and icon
authorAPTX <marek321@gmail.com>
Wed, 2 Mar 2022 12:38:15 +0000 (21:38 +0900)
committerAPTX <marek321@gmail.com>
Wed, 2 Mar 2022 12:38:15 +0000 (21:38 +0900)
app-anidbudpclient/aniplayer/aniplayer-9999.ebuild

index ac0a48683d4f85754ad00b976e7ee7dc0485781f..5381bc92471a66ea147568f394bb1b5e8f193e9d 100644 (file)
@@ -5,7 +5,7 @@ EAPI="7"
 EGIT_REPO_URI="https://tyo.aptx.org/git/aniplayer.git"
 EXPERIMENTAL="true"
 
-inherit git-r3 cmake-utils pax-utils gnome2-utils
+inherit git-r3 cmake-utils pax-utils desktop
 
 DESCRIPTION="AniPlayer"
 HOMEPAGE="https://tyo.aptx.org/gitweb/?p=aniplayer.git;a=summary"
@@ -54,11 +54,3 @@ src_install() {
                newicon -s $size "$icon_path" "aniplayer.${icon##*.}"
        done
 }
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}