diff options
author | Eric Fernandes Ferreira <candelabrus@gmail.com> | 2015-07-15 07:58:15 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-07-16 10:57:24 -0500 |
commit | b9f31d66109169c0716a3d5e0272804f98e9df75 (patch) | |
tree | da26c5e9766680114586ec10a8731821f5530509 /system/cpu-g/doinst.sh | |
parent | 126592b2bb278dd47814faa4929d04a10bf58cd1 (diff) | |
download | slackbuilds-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.sh | 3 |
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 |