Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/
Date: Wed, 27 Sep 2017 19:57:39
Message-Id: 1506542222.0f69423ec8a3d6cb9c1d5b76bbf4f11cb5bad78f.floppym@gentoo
1 commit: 0f69423ec8a3d6cb9c1d5b76bbf4f11cb5bad78f
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Sep 27 11:58:33 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:57:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f69423e
7
8 app-i18n/fcitx-unikey: Delete no longer needed call to gnome2_icon_savelist().
9
10 app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild | 4 ----
11 1 file changed, 4 deletions(-)
12
13 diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
14 index 7d3166c8a3e..ffbfa870eb0 100644
15 --- a/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
16 +++ b/app-i18n/fcitx-unikey/fcitx-unikey-4.9999.ebuild
17 @@ -45,10 +45,6 @@ src_configure() {
18 cmake-utils_src_configure
19 }
20
21 -pkg_preinst() {
22 - gnome2_icon_savelist
23 -}
24 -
25 pkg_postinst() {
26 gnome2_icon_cache_update
27 }