diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-06-01 08:40:48 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:04 +0700 |
commit | 329feec04c0871ea6135132a55217c545e5a4454 (patch) | |
tree | ad64b32350000f833e33be136cf7491183a4374e /network | |
parent | 9cfc1c0ae849c357727b0a95373b496db84af2dd (diff) | |
download | slackbuilds-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')
-rw-r--r-- | network/zoom-linux/doinst.sh | 4 |
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 |