[Bug 255670] Mk/Keywords/sample.ucl: Deleting any configuration files automatically is a bug
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Nov 2021 08:24:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255670 --- Comment #12 from Baptiste Daroussin <bapt@FreeBSD.org> --- When I remove a package I don't want any leftovers left behind by default. if pre-deinstall so pre-deinstall removes the files marked as sample if they are the same as the official @sample. Note it cannot be done in post-deinstall because the original .sample file will not be present anymore. if we want to do what you want to do we should move this to post-deinstall, then pkg needs to be modified to allow this (which is doable, takes more time and is probably desirable). -- You are receiving this mail because: You are on the CC list for the bug.