Seems like every directory or file that I've "boxed up" is in left in my home directory, regardless how I configure it. Here's a simple example:
- name: move ~/.mozilla
target: ~/.mozilla
rewrite: ~/config/mozilla
mode: directory
If I run Firefox, I end up with the directory ~/.mozilla in my home directory. The exception here is that it's empty and everything is in the rewrite location, but the location ~/.mozilla left and a long list (as well as a regular ls in my case) shows it.
Of course there's also files and directories in the location while the application is running too.
Any ideas? I was under the impression there shouldn't be ~/.mozilla if I box it up and have a rule that matches that directory won't exist in ~/ at all. How do I fix this?
Seems like every directory or file that I've "boxed up" is in left in my home directory, regardless how I configure it. Here's a simple example:
target: ~/.mozilla
rewrite: ~/config/mozilla
mode: directory
If I run Firefox, I end up with the directory ~/.mozilla in my home directory. The exception here is that it's empty and everything is in the rewrite location, but the location ~/.mozilla left and a long list (as well as a regular ls in my case) shows it.
Of course there's also files and directories in the location while the application is running too.
Any ideas? I was under the impression there shouldn't be ~/.mozilla if I box it up and have a rule that matches that directory won't exist in ~/ at all. How do I fix this?