|
Revision 42, 0.8 kB
(checked in by jps, 3 years ago)
|
|
New OpenSSH 4.3p1 and uninstaller
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | if test -e /Library/Receipts/opensc_tokend.pkg |
|---|
| 3 | then |
|---|
| 4 | rm -rf /System/Library/Security/tokend/OpenSC.tokend |
|---|
| 5 | rm -rf /Library/Receipts/opensc_tokend.pkg |
|---|
| 6 | fi |
|---|
| 7 | if test -e /Library/Receipts/ifd-egate.pkg |
|---|
| 8 | then |
|---|
| 9 | rm -rf /usr/libexec/SmartCardServices/drivers/ifd-egate.bundle |
|---|
| 10 | rm -rf /Library/Receipts/ifd-egate.pkg |
|---|
| 11 | fi |
|---|
| 12 | if test -e /Library/Receipts/pcscd_autostart.pkg |
|---|
| 13 | then |
|---|
| 14 | launchctl unload -w /Library/LaunchDaemons/org.opensc.pcscd.autostart |
|---|
| 15 | rm -f /Library/LaunchDaemons/org.opensc.pcscd.autostart |
|---|
| 16 | /Library/OpenSC/bin/sc-securityd.py active |
|---|
| 17 | rm -rf /Library/Receipts/pcscd_autostart.pkg |
|---|
| 18 | fi |
|---|
| 19 | rm -rf /Library/Receipts/libusb.pkg |
|---|
| 20 | rm -rf /Library/Receipts/libp11.pkg |
|---|
| 21 | rm -rf /Library/Receipts/engine_pkcs11.pkg |
|---|
| 22 | rm -rf /Library/Receipts/openssl.pkg |
|---|
| 23 | rm -rf /Library/Receipts/OpenSC.pkg |
|---|
| 24 | rm -rf /Library/Receipts/openssh.pkg |
|---|
| 25 | rm -rf /Library/OpenSC |
|---|