diff options
author | bargst <bargst@archlinux> | 2023-01-03 17:03:02 +0100 |
---|---|---|
committer | bargst <bargst@archlinux> | 2023-01-03 17:03:02 +0100 |
commit | c5844c994ceb201537c2629718c73c555d26ae8d (patch) | |
tree | 021c12002403cc1b287ec2c27f07e63224ad3090 /pkcs11_install | |
parent | c5df3bd1430b8b3f66036374ba144763e5903821 (diff) | |
download | pkgbuilds-c5844c994ceb201537c2629718c73c555d26ae8d.tar.gz pkgbuilds-c5844c994ceb201537c2629718c73c555d26ae8d.tar.xz pkgbuilds-c5844c994ceb201537c2629718c73c555d26ae8d.zip |
version 0.2: remove lib versions
Diffstat (limited to 'pkcs11_install')
-rw-r--r-- | pkcs11_install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkcs11_install b/pkcs11_install index d69385a..22b3416 100644 --- a/pkcs11_install +++ b/pkcs11_install @@ -11,16 +11,11 @@ build() { # OPENSC add_file /etc/opensc.conf - add_binary /usr/lib/libopensc.so.8 - add_binary /usr/lib/libopensc.so.8.0.0 add_binary /usr/lib/opensc-pkcs11.so add_binary /usr/lib/pkcs11/opensc-pkcs11.so # PCSCLITE add_binary /usr/lib/libpcsclite.so - add_binary /usr/lib/libpcsclite.so.1 - add_binary /usr/lib/libpcsclite.so.1.0.0 - # PCSCD at boot before cryptsetup add_systemd_unit pcscd.service |