Diff

Differences From Artifact [f124b9f8c8]:

To Artifact [41fcf85af4]:


     1      1   #!/bin/bash
     2      2   chmod -R go+rX /Library/Security/tokend/PKCS11.tokend
     3      3   chown -R root:wheel /Library/Security/tokend/PKCS11.tokend
     4      4   
     5      5   # Write Out Uninstaller (For our users' convenience)
            6  +mkdir -p /usr/local/bin/
     6      7   cat << 'EOF' >> /usr/local/bin/cackey_osx_uninstall.sh
     7      8   #!/bin/bash
     8      9   # Script to remove current and previous releases of CACKey from Mac OS X
     9     10   
    10     11   if [ "`whoami`" != "root" ]; then
    11     12   	echo "Please rerun this script with sudo or directly as root."
    12     13   	exit 1