diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2020-08-13 06:35:52 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-13 17:45:24 +0200 |
commit | 719e990944ef137b6353c8ce2f0ffb3cb81b220f (patch) | |
tree | 3b048ecead452112d7e255c4d75231938033040b /media-gfx/lximage-qt | |
parent | kde-plasma/libksysguard: Add subslot metadata description (diff) | |
download | gentoo-719e990944ef137b6353c8ce2f0ffb3cb81b220f.tar.gz gentoo-719e990944ef137b6353c8ce2f0ffb3cb81b220f.tar.bz2 gentoo-719e990944ef137b6353c8ce2f0ffb3cb81b220f.zip |
media-gfx/lximage-qt: add missing xdg_desktop_database_update
Reported-by: Agostino Sarubbo <ago@gentoo.org>
Closes: https://bugs.gentoo.org/735586
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17108
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/lximage-qt')
-rw-r--r-- | media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild index 27e66724b27a..d798b41b727c 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.15.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit cmake xdg-utils DESCRIPTION="Qt Image Viewer" HOMEPAGE="https://lxqt.github.io/" @@ -42,3 +42,11 @@ DEPEND=" RDEPEND="${DEPEND} !lxqt-base/lxqt-l10n " + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} |