diff options
author | Edward W. Koenig <kingbeowulf{at}gmail{dot}com> | 2017-06-13 08:06:21 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:36:06 +0700 |
commit | 277ff139e9160d4bfb22a888a72fa2f4da943045 (patch) | |
tree | b82494fc354d678ee62f3253905ef6e51836e366 /system/aqemu/doinst.sh | |
parent | 2e3f7f0d784fabf43c5e130f670951206dd7cfc1 (diff) |
system/aqemu: Added (graphical interface to QEMU and KVM emulators)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/aqemu/doinst.sh')
-rw-r--r-- | system/aqemu/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/aqemu/doinst.sh b/system/aqemu/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /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 |