summaryrefslogtreecommitdiffstats
path: root/system/hardinfo/doinst.sh
diff options
context:
space:
mode:
author Frank Caraballo2010-05-11 20:02:00 +0200
committer David Somero2010-05-11 20:02:00 +0200
commit4eabcc2c4fca9669a24a2b1dce26283e2a242179 (patch)
treed04fa9904ec9768e5bef1c3b008c19e1d6d96948 /system/hardinfo/doinst.sh
parent2d9fd684b3659e2ef30587067a2f910c194b328e (diff)
downloadslackbuilds-4eabcc2c4fca9669a24a2b1dce26283e2a242179.tar.gz
system/hardinfo: Added to 12.0 repository
Diffstat (limited to 'system/hardinfo/doinst.sh')
-rw-r--r--system/hardinfo/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/hardinfo/doinst.sh b/system/hardinfo/doinst.sh
new file mode 100644
index 0000000000..5dc6bb58c0
--- /dev/null
+++ b/system/hardinfo/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database -q usr/share/applications
+fi