summaryrefslogtreecommitdiff
path: root/testing/fcitx/fcitx.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fcitx/fcitx.install')
-rw-r--r--testing/fcitx/fcitx.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/fcitx/fcitx.install b/testing/fcitx/fcitx.install
new file mode 100644
index 000000000..7f156e002
--- /dev/null
+++ b/testing/fcitx/fcitx.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}