summaryrefslogtreecommitdiff
path: root/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild')
-rw-r--r--app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
index a028f7f8ff9e..273db4b0c27a 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit cmake-utils gnome2-utils
+inherit cmake-utils xdg-utils
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
inherit git-r3
@@ -42,9 +42,9 @@ src_configure() {
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}