pkg
pkg copied to clipboard
Remove jobs do not honor PKG_FLAG_DRY_RUN
pkg remove --dry-run
works because it simple doesn't run pkg_jobs_apply
if the flag is given. However, if you do apply, the package gets removed neverthless.