I’m trying to create a distribution based off of Fedora using livecd-creator and I would like to package up some config files in /etc/skel to change things around. For modifying things like desktop environments, this is a no-brainer. But in the case of the .bashrc and .zshrc files, this creates a package conflict since there are already /etc/skel/.zshrc and /etc/skel/.bashrc.
What can I do about this? Also, why is this set up this way when /etc/zshrc and /etc/bashrc already exist?