]> Some of my projects - anidbudpclient-overlay.git/commitdiff
Fix installation of desktop file and icon
authorAPTX <marek321@gmail.com>
Sat, 19 Feb 2022 04:52:10 +0000 (13:52 +0900)
committerAPTX <marek321@gmail.com>
Sat, 19 Feb 2022 04:52:10 +0000 (13:52 +0900)
app-anidbudpclient/localmylist/localmylist-9999-r2.ebuild

index a5fe53e90461d41aaeae5d59b79bec4ecb3b714a..e807250172ede6ef5c20535b2e9f819371b8bf51 100644 (file)
@@ -5,7 +5,7 @@ EAPI="7"
 EGIT_REPO_URI="https://tyo.aptx.org/git/localmylist.git"
 EXPERIMENTAL="true"
 
-inherit git-r3 cmake-utils gnome2-utils
+inherit git-r3 cmake-utils desktop
 
 DESCRIPTION="LocalMyList library"
 HOMEPAGE="https://tyo.aptx.org/gitweb/?p=localmylist.git;a=summary"
@@ -55,11 +55,3 @@ src_install() {
                done
        fi
 }
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}