macOS: unregister CTK driver on uninstallation

fixes https://github.com/frankmorgner/OpenSCToken/issues/24
This commit is contained in:
Frank Morgner 2020-02-11 03:47:15 +01:00
parent 8f4a6c703b
commit 6a9241b532
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi
pluginkit -r -i org.opensc-project.mac.opensctoken.OpenSCTokenApp.OpenSCToken
for f in \
/Library/OpenSC/bin/* \
/Library/OpenSC/etc/bash_completion.d/* \