Remove symlink to desktop file
This commit is contained in:
parent
3b281e0549
commit
179a4675b0
4
.SRCINFO
4
.SRCINFO
|
@ -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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user