Skip to content

Commit

Permalink
[#61 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Apr 7, 2011
1 parent a518e00 commit d592fa4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified Uninstall.app/Contents/Resources/Scripts/main.scpt
Binary file not shown.
Binary file modified Uninstall.app/Contents/Resources/Scripts/remover.scpt
Binary file not shown.
1 change: 1 addition & 0 deletions payload/gpg-postinstall.sh
Expand Up @@ -11,6 +11,7 @@ killall gpg-agent
# Add some links (force the symlink to be sure)
mkdir -p /usr/local/bin/
rm -f /usr/local/bin/gpg2; ln -s /usr/local/MacGPG2/bin/gpg2 /usr/local/bin/gpg2
rm -f /usr/local/bin/gpg-agent; ln -s /usr/local/MacGPG2/bin/gpg-agent /usr/local/bin/gpg-agent
[ ! -e /usr/local/bin/gpg ] && ln -s /usr/local/MacGPG2/bin/gpg2 /usr/local/bin/gpg

# Create a new gpg.conf if none is existing from the skeleton file
Expand Down

0 comments on commit d592fa4

Please sign in to comment.