summaryrefslogtreecommitdiffstats
path: root/misc/kcm-fcitx/doinst.sh
diff options
context:
space:
mode:
author vvoody2012-12-23 15:09:03 +0100
committer dsomero2012-12-23 15:16:52 +0100
commitbd506eeb9f263b0a7f5fea59901041a7943e27e7 (patch)
tree1366167a8c736c2e55142f2bedb490db6de8b8aa /misc/kcm-fcitx/doinst.sh
parentc5926de1c3a9cd1c189a3a54260451bdfa9b1ea5 (diff)
downloadslackbuilds-bd506eeb9f263b0a7f5fea59901041a7943e27e7.tar.gz
misc/kcm-fcitx: Added ((KDE config module for Fcitx)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/kcm-fcitx/doinst.sh')
-rw-r--r--misc/kcm-fcitx/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/kcm-fcitx/doinst.sh b/misc/kcm-fcitx/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/misc/kcm-fcitx/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi