[Bug 277411] ports-mgmt/pkg: @postunexec command in pkg-plist isn't executed when package is upgraded with `pkg upgrade`

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 01 Mar 2024 08:42:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277411

--- Comment #1 from Baptiste Daroussin <bapt@FreeBSD.org> ---
this is expected: see pkg-script(5)


     In the particular case of an upgrade the scripts are run in the following
     order:
     1.   new pre-install
     2.   old pre-deinstall
     3.   replace binaries
     4.   new post-install

-- 
You are receiving this mail because:
You are the assignee for the bug.