aboutsummaryrefslogtreecommitdiff
path: root/network/remotebox/doinst.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2023-01-29 22:59:25 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-04 07:19:51 +0700
commitf055e5132ece65a393d921474ca37eaa5ba26dda (patch)
tree19232fe69616cd59142d3e72808a6d5f3d772759 /network/remotebox/doinst.sh
parente38f04fc33d8e61274c6ecdef3a55d0a3c654d00 (diff)
network/remotebox: Added (An open-source VirtualBox client)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/remotebox/doinst.sh')
-rw-r--r--network/remotebox/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/remotebox/doinst.sh b/network/remotebox/doinst.sh
new file mode 100644
index 000000000000..00dd0228daf1
--- /dev/null
+++ b/network/remotebox/doinst.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi