summarylogtreecommitdiffstats
path: root/sac-core-legacy.install
blob: ab51bd5d4fda6d32146f89f39a25105caf4fd3f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  echo "Note: You may need to restart 'pcscd.service' for it to recognize tokens."
  echo ""
  echo "Note: The PKCS#11 library is no longer directly in /usr/lib, due to file"
  echo "      conflicts with the newer sac-core. Instead, it can be found at:"
  echo ""
  echo "      - /usr/lib/pkcs11/libeTPkcs11.so"
  echo "      - /usr/lib/sac-10.0/libeToken.so"
  echo ""
  echo "      Please update your program configuration."
}

post_upgrade() {
  post_install
}

# vim: ts=2:sw=2:et: