diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-28 06:19:19 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-28 06:27:40 -0500 |
commit | 8970def9a3ad1258b179bb0a32584fe0da5166ab (patch) | |
tree | aab456d5526778e6cccb26dfd5726da88d1792fc /x11-terms/kitty/kitty-9999.ebuild | |
parent | app-emulation/vice: depend on <ffmpeg-5 (diff) | |
download | gentoo-8970def9a3ad1258b179bb0a32584fe0da5166ab.tar.gz gentoo-8970def9a3ad1258b179bb0a32584fe0da5166ab.tar.bz2 gentoo-8970def9a3ad1258b179bb0a32584fe0da5166ab.zip |
x11-terms/kitty: call right function for xdg updates
Overlooked that when picked up the package despite
it was using xdg.eclass and latest kitty has a new
.desktop with MimeType.
Closes: https://bugs.gentoo.org/834362
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index f12b599aaa04..22dc6f82a916 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -120,7 +120,7 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update + xdg_pkg_postinst optfeature "in-terminal image display with kitty icat" media-gfx/imagemagick optfeature "audio-based terminal bell support" media-libs/libcanberra |