summaryrefslogtreecommitdiff
path: root/system/worker/doinst.sh
diff options
context:
space:
mode:
authorAndrey Maraev <andrew.maraev60@yandex.ru>2012-06-25 21:17:52 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-06-25 21:17:52 -0400
commitab727e887670c2b359fb6bb66dabd3bd3e91715d (patch)
treec3806907635ea62c82c09f7202f0c0eb5aa9a287 /system/worker/doinst.sh
parent0620d4d5a0999d0165b0a6f3ed09c1a997dec44f (diff)
downloadslackbuilds-ab727e887670c2b359fb6bb66dabd3bd3e91715d.tar.gz
system/worker: Updated for version 2.19.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/worker/doinst.sh')
-rw-r--r--system/worker/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/worker/doinst.sh b/system/worker/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/worker/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