Remove symlink to desktop file

nmfix
Sebastian 'Swift Geek' Grzywna 2016-12-06 23:05:10 +01:00
parent 3b281e0549
commit 179a4675b0
2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Tue Dec 6 10:57:12 UTC 2016
# Tue Dec 6 22:04:49 UTC 2016
pkgbase = teamviewer
pkgdesc = All-In-One Software for Remote Support and Online Meetings
pkgver = 12.0.71510
pkgrel = 5
pkgrel = 6
url = http://www.teamviewer.com
install = teamviewer.install
arch = i686

View File

@ -2,7 +2,7 @@
pkgname=teamviewer
pkgver=12.0.71510
pkgrel=5
pkgrel=6
pkgdesc='All-In-One Software for Remote Support and Online Meetings'
arch=('i686' 'x86_64')
url='http://www.teamviewer.com'
@ -48,8 +48,6 @@ package() {
install -D -m0644 "${pkgdir}"/opt/teamviewer/tv_bin/script/teamviewerd.service \
"${pkgdir}"/usr/lib/systemd/system/teamviewerd.service
install -d -m0755 "${pkgdir}"/usr/{share/applications,share/licenses/teamviewer}
ln -s /opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop \
"${pkgdir}"/usr/share/applications/teamviewer.desktop
ln -s /opt/teamviewer/License.txt \
"${pkgdir}"/usr/share/licenses/teamviewer/LICENSE
}