summaryrefslogtreecommitdiffstats
path: root/network/zoom-linux
diff options
context:
space:
mode:
author Andrew Clemons2022-05-31 22:40:48 +0200
committer Willy Sudiarto Raharjo2022-06-04 05:37:04 +0200
commit329feec04c0871ea6135132a55217c545e5a4454 (patch)
treead64b32350000f833e33be136cf7491183a4374e /network/zoom-linux
parent9cfc1c0ae849c357727b0a95373b496db84af2dd (diff)
downloadslackbuilds-329feec04c0871ea6135132a55217c545e5a4454.tar.gz
network/zoom-linux: Silence warnings in doinst.sh.
The file will not be found if we are installing with a different ROOT. Additionally, we do not use xdg-mime install in any other builds, relying instead solely on update-mime-database. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/zoom-linux')
-rw-r--r--network/zoom-linux/doinst.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/network/zoom-linux/doinst.sh b/network/zoom-linux/doinst.sh
index 422dc7b17a..9a8ded3c60 100644
--- a/network/zoom-linux/doinst.sh
+++ b/network/zoom-linux/doinst.sh
@@ -1,7 +1,3 @@
-if [ -x /usr/bin/xdg-mime ]; then
- /usr/bin/xdg-mime install /usr/share/mime/packages/zoom-linux.xml
-fi
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi