summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 21:45:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-11 00:31:00 +0100
commitdb5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1 (patch)
tree644dccbcc5670766987b8ad7fe0ad890ec1ed989
parent59ed3e811c074e3e8896648ccd89b0377333b606 (diff)
downloadkde-db5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1.tar.gz
kde-db5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1.tar.bz2
kde-db5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1.zip
kde-frameworks/kio: Add missing xdg-utils
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> (cherry picked from commit f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a)
-rw-r--r--kde-frameworks/kio/kio-9999.ebuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild
index 636de954d93..5c2251234a6 100644
--- a/kde-frameworks/kio/kio-9999.ebuild
+++ b/kde-frameworks/kio/kio-9999.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-2)
QTMIN=5.12.3
VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
+inherit ecm kde.org xdg-utils
DESCRIPTION="Framework providing transparent file and data management"
LICENSE="LGPL-2+"
@@ -82,3 +82,13 @@ src_configure() {
ecm_src_configure
}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ ecm_pkg_postrm
+ xdg_desktop_database_update
+}