diff options
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 |
commit | d853c8f6c022c29a94e8c20791822a65bfab74b3 (patch) | |
tree | f84bc8dccb270c47e48cda4f3c7865d6313c5937 /system/watch-fs/doinst.sh | |
parent | ee8b57e58a2b14ca2abd2f7ebe377b723d0c234d (diff) | |
download | slackbuilds-d853c8f6c022c29a94e8c20791822a65bfab74b3.tar.gz |
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.sh | 3 |
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 |