summaryrefslogtreecommitdiff
path: root/system/gsmartcontrol/doinst.sh
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-11 22:55:18 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:55:18 +0200
commit9bd9e2003182c9a30bf3783edce435399ee53111 (patch)
tree5fc8674a96786b91877b8cd5bcdc17617af3125c /system/gsmartcontrol/doinst.sh
parentb2e3d5b6f33ed3e3227a0dd3e4997a3900a1369a (diff)
downloadslackbuilds-9bd9e2003182c9a30bf3783edce435399ee53111.tar.gz
system/gsmartcontrol: Added to 12.1 repository
Diffstat (limited to 'system/gsmartcontrol/doinst.sh')
-rw-r--r--system/gsmartcontrol/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gsmartcontrol/doinst.sh b/system/gsmartcontrol/doinst.sh
new file mode 100644
index 0000000000..3857649f50
--- /dev/null
+++ b/system/gsmartcontrol/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
+fi