summaryrefslogtreecommitdiffstats
path: root/network/mattermost-desktop/doinst.sh
diff options
context:
space:
mode:
author Dominik Drobek2018-07-09 23:07:32 +0200
committer David Spencer2018-07-09 23:07:32 +0200
commit7d52c4b76366029222bd8c53713a0a2dc389514b (patch)
treebc72108f8132517758caa73c7c6e0deed4b5338d /network/mattermost-desktop/doinst.sh
parente9f1ade9d655996dab4908181dc2e50e51535992 (diff)
downloadslackbuilds-7d52c4b76366029222bd8c53713a0a2dc389514b.tar.gz
network/mattermost-desktop: Added (open-source Slack alternative).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/mattermost-desktop/doinst.sh')
-rw-r--r--network/mattermost-desktop/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/mattermost-desktop/doinst.sh b/network/mattermost-desktop/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/network/mattermost-desktop/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