pkgsrc/pkgtools/pkg_install
jperkin 720775716e pkg_install: Add an explicit dummy DEINSTALL script.
Even with DEINSTALL_SRC set empty, changes in the pkgsrc infrastructure over
the past few years will now create a dynamic +DEINSTALL script regardless,
and while only containing "exit 0", may have a #! using a shell from pkgsrc.

This can lead to upgrade issues if that shell happens to be unavailable
while pkg_install is being upgraded.  Creating our own dummy script that
explicitly uses /bin/sh avoids that problem.
2021-11-03 13:37:25 +00:00
..
files pkg_install: Update to 20211021. 2021-10-21 13:05:25 +00:00
DEINSTALL pkg_install: Add an explicit dummy DEINSTALL script. 2021-11-03 13:37:25 +00:00
DESCR
INSTALL
Makefile pkg_install: Add an explicit dummy DEINSTALL script. 2021-11-03 13:37:25 +00:00
options.mk
PLIST