NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!

source: trunk/opensc-uninstall @ 42

Revision 42, 835 bytes checked in by jps, 6 years ago (diff)

New OpenSSH 4.3p1 and uninstaller

  • Property svn:executable set to *
Line 
1#!/bin/bash
2if test -e /Library/Receipts/opensc_tokend.pkg
3then
4rm -rf /System/Library/Security/tokend/OpenSC.tokend
5rm -rf /Library/Receipts/opensc_tokend.pkg
6fi
7if test -e /Library/Receipts/ifd-egate.pkg
8then
9rm -rf /usr/libexec/SmartCardServices/drivers/ifd-egate.bundle
10rm -rf /Library/Receipts/ifd-egate.pkg
11fi
12if test -e /Library/Receipts/pcscd_autostart.pkg
13then
14launchctl unload -w /Library/LaunchDaemons/org.opensc.pcscd.autostart
15rm -f /Library/LaunchDaemons/org.opensc.pcscd.autostart
16/Library/OpenSC/bin/sc-securityd.py active
17rm -rf /Library/Receipts/pcscd_autostart.pkg
18fi
19rm -rf /Library/Receipts/libusb.pkg
20rm -rf /Library/Receipts/libp11.pkg
21rm -rf /Library/Receipts/engine_pkcs11.pkg
22rm -rf /Library/Receipts/openssl.pkg
23rm -rf /Library/Receipts/OpenSC.pkg
24rm -rf /Library/Receipts/openssh.pkg
25rm -rf /Library/OpenSC
Note: See TracBrowser for help on using the repository browser.