diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2016-07-25 22:58:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-25 22:58:51 +0700 |
commit | 3b295c04e664409e86f1fc0a7bea151a03f0c96f (patch) | |
tree | 03e226bee6339aace5f1ff9571c2971f05bd040f /system/I-Nex/doinst.sh | |
parent | 582674928895e3e4abc12dcbe428edabb77f60db (diff) | |
download | slackbuilds-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.sh | 3 |
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 |