tags:

views:

12

answers:

0

I am trying to create a debian package installer and I simply need the installer to copy a folder into the user's HOME folder. I've able to get to get that far with dh_install, but the folder is owned by ROOT. Is there a way to change the owner or some other way to install it into a HOME folder?