
Installer should remove S.gpg-agent link
Reported by Alex (via GPGTools) | January 16th, 2011 @ 02:41 PM | in 2.0.18 (closed)
The installer should remove the file "S.gpg-agent" if it's an symlink.
Comments and changes to this ticket
-
Alex (via GPGTools) January 16th, 2011 @ 02:42 PM
Or even better gpg-agent should check and remove it every time it gets invoked.
-
Benjamin Donnachie January 16th, 2011 @ 02:42 PM
As the symlink is created by GPGTools, I would prefer if it removed it.
However, will take seconds to code if you want me to perform the clean up.
-
-
Alex (via GPGTools) January 16th, 2011 @ 02:43 PM
I agree, but when it's already there it breaks MacGPG2...
-
Benjamin Donnachie January 16th, 2011 @ 02:45 PM
As postflight already recurses through all user home directories, I'll add the clean up to it later today.
-
Benjamin Donnachie January 16th, 2011 @ 02:50 PM
- State changed from new to resolved
Done!
Following added to clean up previous bad behaviour section:
# Also clean up bad GPGTools behaviour:
[ -h "$i/.gnupg/S.gpg-agent" ] && rm -f "$i/.gnupg/S.gpg-agent" [ -h "$i/.gnupg/S.gpg-agent.ssh" ] && rm -f "$i/.gnupg/S.gpg-agent.ssh"Will add to updated release.
-
Benjamin Donnachie January 16th, 2011 @ 02:51 PM
# Also clean up bad GPGTools behaviour: [ -h "$i/.gnupg/S.gpg-agent" ] && rm -f "$i/.gnupg/S.gpg-agent" [ -h "$i/.gnupg/S.gpg-agent.ssh" ] && rm -f "$i/.gnupg/S.gpg-agent.ssh"
-
Alex (via GPGTools) December 28th, 2011 @ 01:27 PM
- Milestone set to 2.0.18
- Importance changed from to
-
steve June 18th, 2015 @ 04:42 PM
- State changed from resolved to released
- Importance cleared.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป