summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoabeat2023-08-29 20:29:29 +0200
committerMoabeat2023-08-29 20:29:29 +0200
commit7b1c51c2d3d137fe2b0efd64270cf8eee7f2c5ff (patch)
tree1ac482a5a6b75def3eb00b480b4e5d3d9b317cb4 /PKGBUILD
parent8751a83416ec9714ab2ee270b70b85ac3133dacb (diff)
downloadaur-7b1c51c2d3d137fe2b0efd64270cf8eee7f2c5ff.tar.gz
Removed linking of system cert store, not required anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27d2f164ac29..3bd2078ed2fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=icaclient
pkgver=23.8.0.39
-pkgrel=1
+pkgrel=2
pkgdesc="Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver)"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html'
@@ -126,7 +126,4 @@ package() {
then
chmod +x "${pkgdir}$ICAROOT"/util/HdxRtcEngine
fi
- # make certificates available
- rm -r "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts"
- ln -s /etc/ssl/certs "${pkgdir}/opt/Citrix/ICAClient/keystore/cacerts"
}