Commit a749e8e9 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play: add webex (eterbug #17843)

parent a97c0cab
#!/bin/sh
PKGNAME=webex
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='AI-driven collaboration and customer experience that works for you'
URL="https://www.webex.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb"
install_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR='/opt/Webex'
. $(dirname $0)/common.sh
add_bin_exec_command $PRODUCT $PRODUCTDIR/bin/CiscoCollabHost
move_file /opt/Webex/bin/webex.desktop /usr/share/applications/webex.desktop
move_file /opt/Webex/bin/sparklogosmall.png /usr/share/icons/hicolor/96x96/apps/webex.png
subst 's|^Exec=.*|Exec=webex %U|g' $BUILDROOT/usr/share/applications/webex.desktop
subst 's|^Icon=.*|Icon=webex.png|g' $BUILDROOT/usr/share/applications/webex.desktop
add_libs_requires
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment