diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-11-24 14:50:49 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-11-24 14:54:05 +0100 |
commit | c181054d14ef1fe5ba13a26dd7294a56f4b4d2e5 (patch) | |
tree | 94c875e812bea72cc86c3d65b72f7f1830e8afe4 /media-video | |
parent | sys-power/bbswitch: Migrate to linux-mod-r1 (diff) | |
download | gentoo-c181054d14ef1fe5ba13a26dd7294a56f4b4d2e5.tar.gz gentoo-c181054d14ef1fe5ba13a26dd7294a56f4b4d2e5.tar.bz2 gentoo-c181054d14ef1fe5ba13a26dd7294a56f4b4d2e5.zip |
media-video/xine-ui: update icon caches
Closes: https://bugs.gentoo.org/885577
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/xine-ui/xine-ui-0.99.13.ebuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/media-video/xine-ui/xine-ui-0.99.13.ebuild b/media-video/xine-ui/xine-ui-0.99.13.ebuild index 07439be71c4e..7ba60714ee22 100644 --- a/media-video/xine-ui/xine-ui-0.99.13.ebuild +++ b/media-video/xine-ui/xine-ui-0.99.13.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit autotools xdg-utils +inherit autotools xdg DESCRIPTION="Xine movie player" HOMEPAGE="https://xine-project.org/home" @@ -87,15 +87,3 @@ src_install() { einstalldocs } - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} |