RPM config(noreplace) behavior in deb #591
Replies: 1 comment 3 replies
|
nfpm maps |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I have a configuration bundled in my packages similar to that specified in https://github.com/goreleaser/nfpm/blob/main/www/docs/configuration.md
The relevant configuration is as follows:
When I generate a deb package, I still get prompted on an install
Is it possible to configure nfpm to have the same behavior as %config(noreplace) in RPM like this https://www.cl.cam.ac.uk/~jw35/docs/rpm_config.html ? Where the old configuration is not modified and the user is not prompted on a package install in debian based packages?
NFPM: v2.18.0
go: 1.19.3
All reactions