Buscar

control tar

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

192673aa-c718-43bd-b70b-8b37e9f3f820
./control
Source: teams
Package: teams
Version: 1.4.00.26453
Maintainer: Microsoft Corporation
Priority: optional
Architecture: amd64
Installed-Size: 295824
Depends: libasound2 (>= 1.0.16), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.10.0), libcups2 (>= 1.7.0), libdrm2 (>= 2.4.38), libexpat1 (>= 2.0.1), libgbm1 (>= 17.1.0~rc2), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.19.12), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.22), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-dri3-0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxrandr2, libxrender1, libxtst6, apt-transport-https, libfontconfig1 (>= 2.11.0), libdbus-1-3 (>= 1.6.18), libstdc++6 (>= 4.8.1)
Description: Microsoft Teams for Linux is your chat-centered workspace in Office 365.
 Instantly access all your team’s content from a single place where messages, files, people and tools live together.
 This is a preview version, so bear with us while we do some fine-tuning.
 .
 ONE PLACE FOR YOUR TEAM’S FILES AND CONVERSATIONS:
 - Work with your team’s documents on the go
 - Move seamlessly across different team projects and topics
 - Mention individual team members or your entire team to get attention
 .
 STAY CONNECTED WITH PRIVATE AND TEAM CHAT:
 - Chat privately one-on-one or have instant group conversations
 - See real-time chat history on your favorite device and continue conversations started elsewhere
 - Chat with your entire team in dedicated channels
 .
 QUICKLY FIND WHAT YOU NEED:
 - Quickly search through your chats and team conversations
 - Find a contact through name or email address search
 .
 TAILOR YOUR WORKSPACE:
 - Include content and capabilities you need every day
 - Customize alerts to get notified when you get mentioned or get a message
 - Save important conversations to quickly access them later
 .
 SECURITY TEAMS TRUST:
 - Get the enterprise-level security and compliance you expect from Office 365
 - Enhanced security with multi-factor authentication
 .
 This app requires appropriate commercial Office 365 subscription.
 If you are not sure about your company’s subscription or the services you have access to, please contact your IT department.
 .
 By downloading this app, you agree to the license and privacy terms (see aka.ms/privacy).
 .
 To learn more, please visit aka.ms/microsoftteams
./postinst
#!/bin/sh
# postinst script for Teams for Linux
# see: dh_installdeb(1)
register_package_repo() {
	# Register apt repository
	eval $(apt-config shell APT_SOURCE_PARTS Dir::Etc::sourceparts/d)
	TEAMS_PACKAGE_SOURCE=${APT_SOURCE_PARTS}teams.list
	REPO_PUBLIC_KEY_BLOCK="-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.7 (GNU/Linux)
mQENBFYxWIwBCADAKoZhZlJxGNGWzqV+1OG1xiQeoowKhssGAKvd+buXCGISZJwT
LXZqIcIiLP7pqdcZWtE9bSc7yBY2MalDp9Liu0KekywQ6VVX1T72NPf5Ev6x6DLV
7aVWsCzUAF+eb7DC9fPuFLEdxmOEYoPjzrQ7cCnSV4JQxAqhU4T6OjbvRazGl3ag
OeizPXmRljMtUUttHQZnRhtlzkmwIrUivbfFPD+fEoHJ1+uIdfOzZX8/oKHKLe2j
H632kvsNzJFlROVvGLYAk2WRcLu+RjjggixhwiB+Mu/A8Tf4V6b+YppS44q8EvVr
M+QvY7LNSOffSO6Slsy9oisGTdfE39nC7pVRABEBAAG0N01pY3Jvc29mdCAoUmVs
ZWFzZSBzaWduaW5nKSA8Z3Bnc2VjdXJpdHlAbWljcm9zb2Z0LmNvbT6JATUEEwEC
AB8FAlYxWIwCGwMGCwkIBwMCBBUCCAMDFgIBAh4BAheAAAoJEOs+lK2+EinPGpsH
/32vKy29Hg51H9dfFJMx0/a/F+5vKeCeVqimvyTM04C+XENNuSbYZ3eRPHGHFLqe
MNGxsfb7C7ZxEeW7J/vSzRgHxm7ZvESisUYRFq2sgkJ+HFERNrqfci45bdhmrUsy
7SWw9ybxdFOkuQoyKD3tBmiGfONQMlBaOMWdAsic965rvJsd5zYaZZFI1UwTkFXV
KJt3bp3Ngn1vEYXwijGTa+FXz6GLHueJwF0I7ug34DgUkAFvAs8Hacr2DRYxL5RJ
XdNgj4Jd2/g6T9InmWT0hASljur+dJnzNiNCkbn9KbX7J/qK1IbR8y560yRmFsU+
NdCFTW7wY0Fb1fWJ+/KTsC4=
=J6gs
-----END PGP PUBLIC KEY BLOCK-----"
	if [ ! -z "${REPO_PUBLIC_KEY_BLOCK}" ]; then
		eval $(apt-config shell APT_TRUSTED_PARTS Dir::Etc::trustedparts/d)
		TEAMS_REPO_KEY=${APT_TRUSTED_PARTS}microsoft.gpg
		if [ ! -f $TEAMS_REPO_KEY ]; then
			echo "${REPO_PUBLIC_KEY_BLOCK}" | gpg --dearmor > $TEAMS_REPO_KEY
		fi
	fi
	# Install repository source list
	WRITE_SOURCE=0
	if [ ! -f $TEAMS_PACKAGE_SOURCE ]; then
		# Write source list if it does not exist
		WRITE_SOURCE=1
	elif grep -q "# disabled on upgrade to" $TEAMS_PACKAGE_SOURCE; then
		# Write source list if it was disabled by OS upgrade
		WRITE_SOURCE=1
	fi
	if [ "$WRITE_SOURCE" -eq "1" ]; then
		echo "### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > $TEAMS_PACKAGE_SOURCE
	fi
}
case "$1" in
 configure)
 register_package_repo
		# https://github.com/electron/electron/issues/17972#issuecomment-516957971
		chmod +4755 /usr/share/teams/chrome-sandbox
 ;;
 abort-upgrade|abort-remove|abort-deconfigure)
 ;;
 *)
 echo "postinst called with unknown argument '$1'" >&2
 exit 1
 ;;
esac
exit 0

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Continue navegando