diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-24 10:02:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-24 10:39:34 +0300 |
commit | 2a484c37c846b49c024cadd767897b950a75e269 (patch) | |
tree | 62025aa5b16c4312ad10f6be301ac4da10141ed6 /app-text | |
parent | app-text/cherrytree: PYTHON_COMPAT update in 0.99.37 (diff) | |
download | gentoo-2a484c37c846b49c024cadd767897b950a75e269.tar.gz gentoo-2a484c37c846b49c024cadd767897b950a75e269.tar.bz2 gentoo-2a484c37c846b49c024cadd767897b950a75e269.zip |
app-text/cherrytree: inherit xdg.eclass in 0.99.37
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cherrytree/cherrytree-0.99.37.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/app-text/cherrytree/cherrytree-0.99.37.ebuild b/app-text/cherrytree/cherrytree-0.99.37.ebuild index e9b910c3a2ab..75074f280d1a 100644 --- a/app-text/cherrytree/cherrytree-0.99.37.ebuild +++ b/app-text/cherrytree/cherrytree-0.99.37.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -inherit cmake python-any-r1 xdg-utils +inherit cmake python-any-r1 xdg DESCRIPTION="A hierarchical note taking application (C++ version)" HOMEPAGE="https://www.giuspen.com/cherrytree https://github.com/giuspen/cherrytree" @@ -87,15 +87,3 @@ src_configure() { cmake_src_configure } - -pkg_postinst() { - xdg_icon_cache_update - xdg_mimeinfo_database_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_mimeinfo_database_update - xdg_desktop_database_update -} |