summaryrefslogtreecommitdiffstats
path: root/system/I-Nex/doinst.sh
diff options
context:
space:
mode:
author Cristiano Urban2016-07-25 17:58:51 +0200
committer Willy Sudiarto Raharjo2016-07-25 17:58:51 +0200
commit3b295c04e664409e86f1fc0a7bea151a03f0c96f (patch)
tree03e226bee6339aace5f1ff9571c2971f05bd040f /system/I-Nex/doinst.sh
parent582674928895e3e4abc12dcbe428edabb77f60db (diff)
downloadslackbuilds-3b295c04e664409e86f1fc0a7bea151a03f0c96f.tar.gz
system/I-Nex: Added (System information tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/I-Nex/doinst.sh')
-rw-r--r--system/I-Nex/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/I-Nex/doinst.sh b/system/I-Nex/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/I-Nex/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