summaryrefslogtreecommitdiffstats
path: root/system/cpu-g/doinst.sh
diff options
context:
space:
mode:
author Eric Fernandes Ferreira2015-07-15 02:58:15 +0200
committer Robby Workman2015-07-16 17:57:24 +0200
commitb9f31d66109169c0716a3d5e0272804f98e9df75 (patch)
treeda26c5e9766680114586ec10a8731821f5530509 /system/cpu-g/doinst.sh
parent126592b2bb278dd47814faa4929d04a10bf58cd1 (diff)
downloadslackbuilds-b9f31d66109169c0716a3d5e0272804f98e9df75.tar.gz
system/cpu-g: Added (hardware information).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cpu-g/doinst.sh')
-rw-r--r--system/cpu-g/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/cpu-g/doinst.sh b/system/cpu-g/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/cpu-g/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