I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install
and debian/dirs
files.
Now I would like my package to deploy the default user configuration file to $HOME/.mypackagerc (just like .bashrc and friends).
Does Debhelper provide a way to do this, or should I just:
- Do it in postinst script
- Or even do this in my program, at first execution