summaryrefslogtreecommitdiffstats
path: root/system/watch-fs/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-14 16:25:38 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-17 08:53:39 +0700
commitd853c8f6c022c29a94e8c20791822a65bfab74b3 (patch)
treef84bc8dccb270c47e48cda4f3c7865d6313c5937 /system/watch-fs/doinst.sh
parentee8b57e58a2b14ca2abd2f7ebe377b723d0c234d (diff)
downloadslackbuilds-d853c8f6c022c29a94e8c20791822a65bfab74b3.tar.gz
slackbuilds-d853c8f6c022c29a94e8c20791822a65bfab74b3.tar.xz
system/watch-fs: Updated for version 1.1.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/watch-fs/doinst.sh')
-rw-r--r--system/watch-fs/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/watch-fs/doinst.sh b/system/watch-fs/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/watch-fs/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