aboutsummaryrefslogtreecommitdiff
path: root/system/qemulator/doinst.sh
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-11 15:18:44 +0200
committerMichiel van Wessem <michiel@slackbuilds.org>2010-05-11 15:18:44 +0200
commit3a93d214a76c222e7287774b16a1a86dfa29f787 (patch)
treeffc28ccb572f88fa66b586e911d3a03ee4388591 /system/qemulator/doinst.sh
parent9f425370dc459b01530571fa24ff8b46aab9c8ed (diff)
system/qemulator: Initial import
Diffstat (limited to 'system/qemulator/doinst.sh')
-rw-r--r--system/qemulator/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/qemulator/doinst.sh b/system/qemulator/doinst.sh
new file mode 100644
index 0000000000000..85aad974d0ab0
--- /dev/null
+++ b/system/qemulator/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x usr/bin/update-desktop-database ]; then
+ usr/bin/update-desktop-database &> /dev/null
+fi