From ccd99a45b0c3b4e65418a2c963beaa017f6412b1 Mon Sep 17 00:00:00 2001 From: Wainamoinen Date: Fri, 16 Jan 2015 00:04:26 +0700 Subject: system/hwloc: Added (Portable Hardware Locality). Signed-off-by: Willy Sudiarto Raharjo --- system/hwloc/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/hwloc/doinst.sh (limited to 'system/hwloc/doinst.sh') 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 -- cgit v1.2.3