I want to delete my .gnupg directory and everything in it. As soon as I delete the files in this directory, they come back. What could doing this and how do I make it stop?
This is a pretty clean and vanilla "fresh out of the box" 9.10 install.
dave@gobot:~/.gnupg$ ls
pubring.gpg secring.gpg trustdb.gpg
dave@gobot:~/.gnupg$ rm *
dave@gobot:~/.gnupg$ ls
dave@gobot:~/.gnupg$ ls
dave@gobot:~/.gnupg$ ls
pubring.gpg secring.gpg trustdb.gpg
dave@gobot:~/.gnupg$
Thanks to anyone who can shed light on what's going on here.