diff options
author | root <root@rshg054.dnsready.net> | 2013-07-03 00:48:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-03 00:48:29 -0700 |
commit | 68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (patch) | |
tree | fc71038e4bda87188130eebe5cee6d23bfda5472 /community/fcitx-sayura/fcitx-sayura.install | |
parent | 8917cf5e44af1562114fe0d243dcea7d187c8047 (diff) |
Wed Jul 3 00:48:29 PDT 2013
Diffstat (limited to 'community/fcitx-sayura/fcitx-sayura.install')
-rw-r--r-- | community/fcitx-sayura/fcitx-sayura.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/fcitx-sayura/fcitx-sayura.install b/community/fcitx-sayura/fcitx-sayura.install new file mode 100644 index 000000000..6b1b64bdd --- /dev/null +++ b/community/fcitx-sayura/fcitx-sayura.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |