diff options
author | Wainamoinen <wainamoinen@gmail.com> | 2015-01-16 00:04:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-16 00:04:26 +0700 |
commit | ccd99a45b0c3b4e65418a2c963beaa017f6412b1 (patch) | |
tree | a54d0e246950c97dec6b3c0b3ed635c24d1a514b /system/hwloc/doinst.sh | |
parent | 164c0fc973e1a659b7209143bfbe53993bc360be (diff) | |
download | slackbuilds-ccd99a45b0c3b4e65418a2c963beaa017f6412b1.tar.gz |
system/hwloc: Added (Portable Hardware Locality).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hwloc/doinst.sh')
-rw-r--r-- | system/hwloc/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/hwloc/doinst.sh b/system/hwloc/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/hwloc/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 |