Upgrading should now work.
This commit is contained in:
parent
c7713e295c
commit
4406d84795
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = teamviewer
|
pkgbase = teamviewer
|
||||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||||
pkgver = 11.0.52520
|
pkgver = 11.0.52520
|
||||||
pkgrel = 1.2
|
pkgrel = 1.3
|
||||||
url = http://www.teamviewer.com
|
url = http://www.teamviewer.com
|
||||||
install = teamviewer.install
|
install = teamviewer.install
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
16
PKGBUILD
16
PKGBUILD
|
@ -1,11 +1,9 @@
|
||||||
# Maintainer: Yakir Sitbon <kingyes1 at gmail dot com>
|
# Maintainer: Yakir Sitbon <kingyes1 at gmail dot com>
|
||||||
# Contributor: Alucryd <alucryd at gmail dot com>
|
# Contributor: Alex Taber <aft dot pokemon at gmail dot com>
|
||||||
# Contributor: Stas S <whats_up at tut dot by>
|
|
||||||
# Contributor: Hilinus <itahilinus at hotmail dot it>
|
|
||||||
|
|
||||||
pkgname=teamviewer
|
pkgname=teamviewer
|
||||||
pkgver=11.0.52520
|
pkgver=11.0.52520
|
||||||
pkgrel=1.1
|
pkgrel=2
|
||||||
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
|
pkgdesc="All-In-One Software for Remote Support and Online Meetings"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.teamviewer.com"
|
url="http://www.teamviewer.com"
|
||||||
|
@ -33,6 +31,16 @@ package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
if [ -f /opt/teamviewer/logfiles ]
|
||||||
|
then
|
||||||
|
rm opt/teamviewer/logfiles
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f /opt/teamviewer/config ]
|
||||||
|
then
|
||||||
|
rm opt/teamviewer/config
|
||||||
|
fi
|
||||||
|
|
||||||
cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/
|
cp -dr --no-preserve=ownership {etc,opt,usr,var} "${pkgdir}"/
|
||||||
|
|
||||||
# Additional files
|
# Additional files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user