summaryrefslogtreecommitdiffstats
path: root/system/disksearch/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-06-22 17:56:05 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-22 17:56:05 +0700
commit61a3d5bade17dcaf56a057aaf5231f3f507c1588 (patch)
treebbba037438f6a90e259e13f5d866e82483cbce77 /system/disksearch/doinst.sh
parent3d85c2c3ae7b99436c8df0bb579b6afae17e95ea (diff)
downloadslackbuilds-61a3d5bade17dcaf56a057aaf5231f3f507c1588.tar.gz
slackbuilds-61a3d5bade17dcaf56a057aaf5231f3f507c1588.tar.xz
system/disksearch: Added (tool for searching).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/disksearch/doinst.sh')
-rw-r--r--system/disksearch/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/disksearch/doinst.sh b/system/disksearch/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/disksearch/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