aboutsummaryrefslogtreecommitdiff
path: root/games/openmsx-debugger/doinst.sh
diff options
context:
space:
mode:
authorPhilip van der Hoeven <philip@vd-hoeven.nl>2016-11-06 07:34:26 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-07 06:10:57 +0700
commitae63f75a28a0e5a533eba768633612872f3ee71c (patch)
tree621f0bdbe22d4c004124fc7a809fd3bc72a73d20 /games/openmsx-debugger/doinst.sh
parent29ca02bcf140d4a85ba1fd6b6d91a0aae641d363 (diff)
games/openmsx-debugger: Added (gui for openMSX debugger).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openmsx-debugger/doinst.sh')
-rw-r--r--games/openmsx-debugger/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/openmsx-debugger/doinst.sh b/games/openmsx-debugger/doinst.sh
new file mode 100644
index 0000000000000..5fb28930db0b9
--- /dev/null
+++ b/games/openmsx-debugger/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