diff options
Diffstat (limited to 'app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild')
-rw-r--r-- | app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild b/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild index ac818b0f0b30..b2d44e1de0f0 100644 --- a/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild +++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils gnome2-utils +inherit cmake-utils xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -31,9 +31,9 @@ DEPEND="${RDEPEND} DOCS=(AUTHORS) pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |