summaryrefslogtreecommitdiffstats
path: root/system/qstardict/doinst.sh
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2012-09-30 12:54:15 -0400
committer Robby Workman <rworkman@slackbuilds.org>2012-09-30 20:01:10 -0500
commit901ab2d4c223576e221fb5ec588b17d995b213a6 (patch)
tree7ddf100c1a69ea9042cc935a1d3b44ff6ffff794 /system/qstardict/doinst.sh
parent9d0d6888c18fecb4470b9c9f09c99b6106ac637f (diff)
downloadslackbuilds-901ab2d4c223576e221fb5ec588b17d995b213a6.tar.gz
slackbuilds-901ab2d4c223576e221fb5ec588b17d995b213a6.tar.xz
system/qstardict: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/qstardict/doinst.sh')
-rw-r--r--system/qstardict/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/qstardict/doinst.sh b/system/qstardict/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/qstardict/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