diff options
| -rw-r--r-- | kde-frameworks/kio/kio-9999.ebuild | 12 |
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 +} |
