summaryrefslogtreecommitdiffstats
path: root/system/aqemu/doinst.sh
diff options
context:
space:
mode:
author Leo Midha <netrixtardis@stealth3.com>2010-12-12 23:05:32 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-12-12 23:05:32 -0600
commit384a5abce0c3cc771f42f2c6ceb252e1746d9e4f (patch)
treea48ac4ecffece31c5d2f2186648d545a605bbede /system/aqemu/doinst.sh
parentba82408f2ae2b64f470af456186d166e33519d7d (diff)
downloadslackbuilds-384a5abce0c3cc771f42f2c6ceb252e1746d9e4f.tar.gz
slackbuilds-384a5abce0c3cc771f42f2c6ceb252e1746d9e4f.tar.xz
system/aqemu: Added (graphical interface to QEMU and KVM)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/aqemu/doinst.sh')
-rw-r--r--system/aqemu/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/aqemu/doinst.sh b/system/aqemu/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/aqemu/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