summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/cherrytree/cherrytree-0.99.37.ebuild14
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
-}