diff options
author | Ebben Aries <e@dscp.org> | 2019-01-18 08:20:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-18 23:39:49 +0700 |
commit | e5600b42e143aad9566fd39e5ec72866741a589b (patch) | |
tree | cd1f902881c4bee07df1d4209c25d6be265985da /network/zoom-linux/doinst.sh | |
parent | d37cd796d991b09e511e8c70d37149a9104fa823 (diff) |
network/zoom-linux: Added (Video conferencing client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/zoom-linux/doinst.sh')
-rw-r--r-- | network/zoom-linux/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/zoom-linux/doinst.sh b/network/zoom-linux/doinst.sh new file mode 100644 index 0000000000000..d22e1dbdb3b7d --- /dev/null +++ b/network/zoom-linux/doinst.sh @@ -0,0 +1,2 @@ +( cd usr/bin ; rm -rf zoom-linux ) +( cd usr/bin ; ln -sf /opt/zoom-linux/ZoomLauncher zoom-linux ) |