summaryrefslogtreecommitdiffstats
path: root/system/qxkb/doinst.sh
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2011-12-28 05:42:51 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-12-31 00:24:40 -0600
commit085efb5f49b4558205d763106465dbc7b127a1e6 (patch)
treefa771b845d7863f536a387e074c13f00d7e3332f /system/qxkb/doinst.sh
parentc306f5c73fab8bc25aee863d6adeec9de21758bd (diff)
downloadslackbuilds-085efb5f49b4558205d763106465dbc7b127a1e6.tar.gz
slackbuilds-085efb5f49b4558205d763106465dbc7b127a1e6.tar.xz
system/qxkb: Added (keyboard layout switcher)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/qxkb/doinst.sh')
-rw-r--r--system/qxkb/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/qxkb/doinst.sh b/system/qxkb/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/qxkb/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