Date: Fri, 01 Mar 2024 08:42:02 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 277411] ports-mgmt/pkg: @postunexec command in pkg-plist isn't executed when package is upgraded with `pkg upgrade` Message-ID: <bug-277411-32340-2wBkUjJ19f@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277411-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-277411-32340@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277411 --- 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 follow= ing order: 1. new pre-install 2. old pre-deinstall 3. replace binaries 4. new post-install --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277411-32340-2wBkUjJ19f>