diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 20:02:00 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:02:00 +0200 |
commit | 4eabcc2c4fca9669a24a2b1dce26283e2a242179 (patch) | |
tree | d04fa9904ec9768e5bef1c3b008c19e1d6d96948 /system/hardinfo/doinst.sh | |
parent | 2d9fd684b3659e2ef30587067a2f910c194b328e (diff) | |
download | slackbuilds-4eabcc2c4fca9669a24a2b1dce26283e2a242179.tar.gz |
system/hardinfo: Added to 12.0 repository
Diffstat (limited to 'system/hardinfo/doinst.sh')
-rw-r--r-- | system/hardinfo/doinst.sh | 3 |
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 |