Closed agraven closed 3 years ago
What's the preferred method for changing ownership of an installed file to a specific user? Running chown in a postinst script?
chown
postinst
There's no built-in method for ownership. A script seems fine.
What's the preferred method for changing ownership of an installed file to a specific user? Running
chown
in apostinst
script?